Html Css Color HEX #C3DA50 Conifer

📋 copy color: '#C3DA50'

red 195 ◦ green 218 ◦ blue 80

#C3DA50
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conifer #C3DA50

Tints of Conifer #C3DA50

RGB

 RED value IS 195 (76.56% from 255) = 39.55%

 GREEN value IS 218 (85.55% from 255) = 44.22%

 BLUE value IS 80 (31.64% from 255) = 16.23%

R = 39.55%
G = 44.22%
B = 16.23%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.63

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C3DA50 (or 0xC3DA50) is known color: Conifer. HEX triplet: C3, DA and 50. RGB value is (195,218,80). Sum of RGB (Red+Green+Blue) = 195+218+80=493 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.55% from 493); Green value is 218 (85.55% from 255 or 44.22% from 493); Blue value is 80 (31.64% from 255 or 16.23% from 493); Max value from RGB is 218 - color contains mainly: green. Hex color #C3DA50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3DA50 is #3C25AF. Grayscale: #C3C3C3. Windows color (decimal): -3941808 or 5298883. OLE color: 5298883.

HSL color Cylindrical-coordinate representation of color #C3DA50: hue angle of 70º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C3DA50 is Cyan = 0.11, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB 195 218 80 -
CMYK 0.11 0 0.63 0.15
HSL 70º 0.65% 0.58% -
HSV(B) 70º 0.63% 0.85% -
XYZ 49.03 62.32 17.04 -
YUV 195.39 62.88 127.72 -
System Red Green Blue C M Y K H S L
Decimal 195 218 80 0.11 0 0.63 0.15 70 0.65 0.58
Hex C3 DA 50 B 0 3F F 46 41 3A
Octal 303 332 120 13 0 77 17 106 101 72
Binary 11000011 11011010 1010000 1011 0 111111 1111 1000110 1000001 111010

Color Harmonies of #C3DA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3DA50

Black with #C3DA50

Text Example


Text Example

White with #C3DA50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3DA50; }

 p { color: rgb(195,218,80); }

 H1.HeaderClassName
 {
   color: #C3DA50;
 }
 .AnyTagClassName
 {
   color: #C3DA50;
 }
</style>

background-color css

<style>
 a { background-color: #C3DA50; }

 a { background-color: rgb(195,218,80); }

 div.DivClassName
 {
   background-color: #C3DA50;
 }
 .BgClassName
 {
   background-color: #C3DA50;
 }
</style>

border-color css

<style>
 span { border-color: #C3DA50; }

 span { border-color: rgb(195,218,80); }

 td.TdClassName
 {
   border-color: #C3DA50;
 }
 .TagClassName
 {
   border-color: #C3DA50;
 }
</style>