#C5E05B

Color #C5E05B Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #C5E05B

Tints of Conifer #C5E05B

Color information

#C5E05B (or 0xC5E05B) is unknown color: approx Conifer. HEX triplet: C5, E0 and 5B. RGB value is (197,224,91). Sum of RGB (Red+Green+Blue) = 197+224+91=512 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.48% from 512); Green value is 224 (87.89% from 255 or 43.75% from 512); Blue value is 91 (35.94% from 255 or 17.77% from 512); Max value from RGB is 224 - color contains mainly: green. Hex color #C5E05B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5E05B is #3A1FA4. Grayscale: #C9C9C9. Windows color (decimal): -3809189 or 6021317. OLE color: 6021317.

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

Color convert

RGB19722491-
CMYK0.1200.590.12
HSL72.18º68.21%61.76%-
HSV(B)72.18º59.38%87.84%-
XYZ51.5765.9419.91-
YUV200.7666.05125.31-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.48%
GREEN value IS 224 (87.89% from 255) = 43.75%
BLUE value IS 91 (35.94% from 255) = 17.77%
R=38.48%
G=43.75%
B=17.77%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal197224910.1200.590.1272.1868.2161.76
HexC5E05BC03BC48443e
Octal305340133140731411010476
Binary1100010111100000101101111000111011110010010001000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5E05B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5E05B; }

 p { color: rgb(197,224,91); }

 H1.HeaderClassName
 {
   color: #C5E05B;
 }
 .AnyTagClassName
 {
   color: #C5E05B;
 }
</style>
background-color css

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

 a { background-color: rgb(197,224,91); }

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

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

 span { border-color: rgb(197,224,91); }

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