#C0F15C

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

Shades of Conifer #C0F15C

Tints of Conifer #C0F15C

Color information

#C0F15C (or 0xC0F15C) is unknown color: approx Conifer. HEX triplet: C0, F1 and 5C. RGB value is (192,241,92). Sum of RGB (Red+Green+Blue) = 192+241+92=525 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.57% from 525); Green value is 241 (94.53% from 255 or 45.90% from 525); Blue value is 92 (36.33% from 255 or 17.52% from 525); Max value from RGB is 241 - color contains mainly: green. Hex color #C0F15C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F15C is #3F0EA3. Grayscale: #D1D1D1. Windows color (decimal): -4132516 or 6091200. OLE color: 6091200.

HSL color Cylindrical-coordinate representation of color #C0F15C: hue angle of 79.73º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C0F15C is Cyan = 0.20, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.

Color convert

RGB19224192-
CMYK0.2000.620.05
HSL79.73º84.18%65.29%-
HSV(B)79.73º61.83%94.51%-
XYZ55.1374.8921.67-
YUV209.3661.77115.62-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.57%
GREEN value IS 241 (94.53% from 255) = 45.90%
BLUE value IS 92 (36.33% from 255) = 17.52%
R=36.57%
G=45.90%
B=17.52%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal192241920.2000.620.0579.7384.1865.29
HexC0F15C1403E5505441
Octal300361134240765120124101
Binary11000000111100011011100101000111110101101000010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0F15C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0F15C; }

 p { color: rgb(192,241,92); }

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

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

 a { background-color: rgb(192,241,92); }

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

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

 span { border-color: rgb(192,241,92); }

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