Html Css Color HEX #C5EA55 Conifer

📋 copy color: '#C5EA55'

red 197 ◦ green 234 ◦ blue 85

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

Shades of Conifer #C5EA55

Tints of Conifer #C5EA55

RGB

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

 GREEN value IS 234 (91.8% from 255) = 45.35%

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

R = 38.18%
G = 45.35%
B = 16.47%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#C5EA55 (or 0xC5EA55) is known color: Conifer. HEX triplet: C5, EA and 55. RGB value is (197,234,85). Sum of RGB (Red+Green+Blue) = 197+234+85=516 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.18% from 516); Green value is 234 (91.80% from 255 or 45.35% from 516); Blue value is 85 (33.59% from 255 or 16.47% from 516); Max value from RGB is 234 - color contains mainly: green. Hex color #C5EA55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5EA55 is #3A15AA. Grayscale: #CECECE. Windows color (decimal): -3806635 or 5630661. OLE color: 5630661.

HSL color Cylindrical-coordinate representation of color #C5EA55: hue angle of 74.9º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C5EA55 is Cyan = 0.16, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.08.

Color convert

RGB 197 234 85 -
CMYK 0.16 0 0.64 0.08
HSL 74.9º 0.78% 0.63% -
HSV(B) 74.9º 0.64% 0.92% -
XYZ 54.09 71.37 19.52 -
YUV 205.95 59.74 121.62 -
System Red Green Blue C M Y K H S L
Decimal 197 234 85 0.16 0 0.64 0.08 74.9 0.78 0.63
Hex C5 EA 55 10 0 40 8 4B 4E 3F
Octal 305 352 125 20 0 100 10 113 116 77
Binary 11000101 11101010 1010101 10000 0 1000000 1000 1001011 1001110 111111

Color Harmonies of #C5EA55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5EA55

Black with #C5EA55

Text Example


Text Example

White with #C5EA55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5EA55; }

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

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

background-color css

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

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

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

border-color css

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

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

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