#C0FE5F

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

Shades of Conifer #C0FE5F

Tints of Conifer #C0FE5F

Color information

#C0FE5F (or 0xC0FE5F) is unknown color: approx Conifer. HEX triplet: C0, FE and 5F. RGB value is (192,254,95). Sum of RGB (Red+Green+Blue) = 192+254+95=541 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.49% from 541); Green value is 254 (99.61% from 255 or 46.95% from 541); Blue value is 95 (37.5% from 255 or 17.56% from 541); Max value from RGB is 254 - color contains mainly: green. Hex color #C0FE5F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0FE5F is #3F01A0. Grayscale: #D9D9D9. Windows color (decimal): -4129185 or 6291136. OLE color: 6291136.

HSL color Cylindrical-coordinate representation of color #C0FE5F: hue angle of 83.4º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C0FE5F is Cyan = 0.24, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.00.

Color convert

RGB19225495-
CMYK0.2400.630.00
HSL83.4º98.76%68.43%-
HSV(B)83.4º62.6%99.61%-
XYZ59.2582.9223.71-
YUV217.3458.96109.93-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.49%
GREEN value IS 254 (99.61% from 255) = 46.95%
BLUE value IS 95 (37.5% from 255) = 17.56%
R=35.49%
G=46.95%
B=17.56%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal192254950.2400.630.0083.498.7668.43
HexC0FE5F1803F0536344
Octal300376137300770123143104
Binary110000001111111010111111100001111110101001111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0FE5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0FE5F; }

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

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

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

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

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

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

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

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