Html Css Color HEX #C5DD50 Conifer

📋 copy color: '#C5DD50'

red 197 ◦ green 221 ◦ blue 80

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

Shades of Conifer #C5DD50

Tints of Conifer #C5DD50

RGB

 RED value IS 197 (77.34% from 255) = 39.56%

 GREEN value IS 221 (86.72% from 255) = 44.38%

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

R = 39.56%
G = 44.38%
B = 16.06%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#C5DD50 (or 0xC5DD50) is known color: Conifer. HEX triplet: C5, DD and 50. RGB value is (197,221,80). Sum of RGB (Red+Green+Blue) = 197+221+80=498 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.56% from 498); Green value is 221 (86.72% from 255 or 44.38% from 498); Blue value is 80 (31.64% from 255 or 16.06% from 498); Max value from RGB is 221 - color contains mainly: green. Hex color #C5DD50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5DD50 is #3A22AF. Grayscale: #C6C6C6. Windows color (decimal): -3809968 or 5299653. OLE color: 5299653.

HSL color Cylindrical-coordinate representation of color #C5DD50: hue angle of 70.21º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C5DD50 is Cyan = 0.11, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 221 80 -
CMYK 0.11 0 0.64 0.13
HSL 70.21º 0.67% 0.59% -
HSV(B) 70.21º 0.64% 0.87% -
XYZ 50.33 64.16 17.32 -
YUV 197.75 61.55 127.46 -
System Red Green Blue C M Y K H S L
Decimal 197 221 80 0.11 0 0.64 0.13 70.21 0.67 0.59
Hex C5 DD 50 B 0 40 D 46 43 3B
Octal 305 335 120 13 0 100 15 106 103 73
Binary 11000101 11011101 1010000 1011 0 1000000 1101 1000110 1000011 111011

Color Harmonies of #C5DD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DD50

Black with #C5DD50

Text Example


Text Example

White with #C5DD50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DD50; }

 p { color: rgb(197,221,80); }

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

background-color css

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

 a { background-color: rgb(197,221,80); }

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

border-color css

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

 span { border-color: rgb(197,221,80); }

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