#C0E15F

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

Shades of Conifer #C0E15F

Tints of Conifer #C0E15F

Color information

#C0E15F (or 0xC0E15F) is unknown color: approx Conifer. HEX triplet: C0, E1 and 5F. RGB value is (192,225,95). Sum of RGB (Red+Green+Blue) = 192+225+95=512 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.5% from 512); Green value is 225 (88.28% from 255 or 43.95% from 512); Blue value is 95 (37.5% from 255 or 18.55% from 512); Max value from RGB is 225 - color contains mainly: green. Hex color #C0E15F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0E15F is #3F1EA0. Grayscale: #C8C8C8. Windows color (decimal): -4136609 or 6283712. OLE color: 6283712.

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

Color convert

RGB19222595-
CMYK0.1500.580.12
HSL75.23º68.42%62.75%-
HSV(B)75.23º57.78%88.24%-
XYZ50.7365.8820.87-
YUV200.3168.57122.07-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.5%
GREEN value IS 225 (88.28% from 255) = 43.95%
BLUE value IS 95 (37.5% from 255) = 18.55%
R=37.5%
G=43.95%
B=18.55%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal192225950.1500.580.1275.2368.4262.75
HexC0E15FF03AC4b443f
Octal300341137170721411310477
Binary1100000011100001101111111110111010110010010111000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0E15F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0E15F; }

 p { color: rgb(192,225,95); }

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

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

 a { background-color: rgb(192,225,95); }

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

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

 span { border-color: rgb(192,225,95); }

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