#C0E54F

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

Shades of Conifer #C0E54F

Tints of Conifer #C0E54F

Color information

#C0E54F (or 0xC0E54F) is unknown color: approx Conifer. HEX triplet: C0, E5 and 4F. RGB value is (192,229,79). Sum of RGB (Red+Green+Blue) = 192+229+79=500 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.4% from 500); Green value is 229 (89.84% from 255 or 45.8% from 500); Blue value is 79 (31.25% from 255 or 15.8% from 500); Max value from RGB is 229 - color contains mainly: green. Hex color #C0E54F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0E54F is #3F1AB0. Grayscale: #C9C9C9. Windows color (decimal): -4135601 or 5236160. OLE color: 5236160.

HSL color Cylindrical-coordinate representation of color #C0E54F: hue angle of 74.8º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C0E54F is Cyan = 0.16, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.10.

Color convert

RGB19222979-
CMYK0.1600.660.10
HSL74.8º74.26%60.39%-
HSV(B)74.8º65.5%89.8%-
XYZ51.1767.8117.79-
YUV200.8459.24121.7-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.4%
GREEN value IS 229 (89.84% from 255) = 45.8%
BLUE value IS 79 (31.25% from 255) = 15.8%
R=38.4%
G=45.8%
B=15.8%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal192229790.1600.660.1074.874.2660.39
HexC0E54F10042A4b4a3c
Octal3003451172001021211311274
Binary110000001110010110011111000001000010101010010111001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0E54F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0E54F; }

 p { color: rgb(192,229,79); }

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

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

 a { background-color: rgb(192,229,79); }

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

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

 span { border-color: rgb(192,229,79); }

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