#C0F85C

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

Shades of Conifer #C0F85C

Tints of Conifer #C0F85C

Color information

#C0F85C (or 0xC0F85C) is unknown color: approx Conifer. HEX triplet: C0, F8 and 5C. RGB value is (192,248,92). Sum of RGB (Red+Green+Blue) = 192+248+92=532 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.09% from 532); Green value is 248 (97.27% from 255 or 46.62% from 532); Blue value is 92 (36.33% from 255 or 17.29% from 532); Max value from RGB is 248 - color contains mainly: green. Hex color #C0F85C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F85C is #3F07A3. Grayscale: #D6D6D6. Windows color (decimal): -4130724 or 6092992. OLE color: 6092992.

HSL color Cylindrical-coordinate representation of color #C0F85C: hue angle of 81.54º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C0F85C is Cyan = 0.23, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.03.

Color convert

RGB19224892-
CMYK0.2300.630.03
HSL81.54º91.76%66.67%-
HSV(B)81.54º62.9%97.25%-
XYZ57.2479.1122.38-
YUV213.4759.45112.68-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.09%
GREEN value IS 248 (97.27% from 255) = 46.62%
BLUE value IS 92 (36.33% from 255) = 17.29%
R=36.09%
G=46.62%
B=17.29%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal192248920.2300.630.0381.5491.7666.67
HexC0F85C1703F3525c43
Octal300370134270773122134103
Binary1100000011111000101110010111011111111101001010111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0F85C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0F85C; }

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

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

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

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

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

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

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

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