#C0EE5F

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

Shades of Conifer #C0EE5F

Tints of Conifer #C0EE5F

Color information

#C0EE5F (or 0xC0EE5F) is unknown color: approx Conifer. HEX triplet: C0, EE and 5F. RGB value is (192,238,95). Sum of RGB (Red+Green+Blue) = 192+238+95=525 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.57% from 525); Green value is 238 (93.36% from 255 or 45.33% from 525); Blue value is 95 (37.5% from 255 or 18.10% from 525); Max value from RGB is 238 - color contains mainly: green. Hex color #C0EE5F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0EE5F is #3F11A0. Grayscale: #D0D0D0. Windows color (decimal): -4133281 or 6287040. OLE color: 6287040.

HSL color Cylindrical-coordinate representation of color #C0EE5F: hue angle of 79.3º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C0EE5F is Cyan = 0.19, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB19223895-
CMYK0.1900.600.07
HSL79.3º80.79%65.29%-
HSV(B)79.3º60.08%93.33%-
XYZ54.3873.1822.09-
YUV207.9464.26116.63-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.57%
GREEN value IS 238 (93.36% from 255) = 45.33%
BLUE value IS 95 (37.5% from 255) = 18.10%
R=36.57%
G=45.33%
B=18.10%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal192238950.1900.600.0779.380.7965.29
HexC0EE5F1303C74f5141
Octal300356137230747117121101
Binary11000000111011101011111100110111100111100111110100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0EE5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0EE5F; }

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

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

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

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

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

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

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

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