Html Css Color HEX #C5DE55 Conifer

📋 copy color: '#C5DE55'

red 197 ◦ green 222 ◦ blue 85

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

Shades of Conifer #C5DE55

Tints of Conifer #C5DE55

RGB

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

 GREEN value IS 222 (87.11% from 255) = 44.05%

 BLUE value IS 85 (33.59% from 255) = 16.87%

R = 39.09%
G = 44.05%
B = 16.87%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#C5DE55 (or 0xC5DE55) is known color: Conifer. HEX triplet: C5, DE and 55. RGB value is (197,222,85). Sum of RGB (Red+Green+Blue) = 197+222+85=504 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.09% from 504); Green value is 222 (87.11% from 255 or 44.05% from 504); Blue value is 85 (33.59% from 255 or 16.87% from 504); Max value from RGB is 222 - color contains mainly: green. Hex color #C5DE55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5DE55 is #3A21AA. Grayscale: #C7C7C7. Windows color (decimal): -3809707 or 5627589. OLE color: 5627589.

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

Color convert

RGB 197 222 85 -
CMYK 0.11 0 0.62 0.13
HSL 70.95º 0.67% 0.6% -
HSV(B) 70.95º 0.62% 0.87% -
XYZ 50.79 64.77 18.42 -
YUV 198.91 63.72 126.64 -
System Red Green Blue C M Y K H S L
Decimal 197 222 85 0.11 0 0.62 0.13 70.95 0.67 0.6
Hex C5 DE 55 B 0 3E D 47 43 3C
Octal 305 336 125 13 0 76 15 107 103 74
Binary 11000101 11011110 1010101 1011 0 111110 1101 1000111 1000011 111100

Color Harmonies of #C5DE55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DE55

Black with #C5DE55

Text Example


Text Example

White with #C5DE55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DE55; }

 p { color: rgb(197,222,85); }

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

background-color css

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

 a { background-color: rgb(197,222,85); }

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

border-color css

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

 span { border-color: rgb(197,222,85); }

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