Html Css Color HEX #C5E155 Conifer

📋 copy color: '#C5E155'

red 197 ◦ green 225 ◦ blue 85

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

Shades of Conifer #C5E155

Tints of Conifer #C5E155

RGB

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

 GREEN value IS 225 (88.28% from 255) = 44.38%

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

R = 38.86%
G = 44.38%
B = 16.77%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#C5E155 (or 0xC5E155) is known color: Conifer. HEX triplet: C5, E1 and 55. RGB value is (197,225,85). Sum of RGB (Red+Green+Blue) = 197+225+85=507 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.86% from 507); Green value is 225 (88.28% from 255 or 44.38% from 507); Blue value is 85 (33.59% from 255 or 16.77% from 507); Max value from RGB is 225 - color contains mainly: green. Hex color #C5E155 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5E155 is #3A1EAA. Grayscale: #C9C9C9. Windows color (decimal): -3808939 or 5628357. OLE color: 5628357.

HSL color Cylindrical-coordinate representation of color #C5E155: hue angle of 72º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C5E155 is Cyan = 0.12, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.12.

Color convert

RGB 197 225 85 -
CMYK 0.12 0 0.62 0.12
HSL 72º 0.7% 0.61% -
HSV(B) 72º 0.62% 0.88% -
XYZ 51.59 66.38 18.69 -
YUV 200.67 62.72 125.38 -
System Red Green Blue C M Y K H S L
Decimal 197 225 85 0.12 0 0.62 0.12 72 0.7 0.61
Hex C5 E1 55 C 0 3E C 48 46 3D
Octal 305 341 125 14 0 76 14 110 106 75
Binary 11000101 11100001 1010101 1100 0 111110 1100 1001000 1000110 111101

Color Harmonies of #C5E155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5E155

Black with #C5E155

Text Example


Text Example

White with #C5E155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5E155; }

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

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

background-color css

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

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

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

border-color css

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

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

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