#c0f25e

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

Shades of Conifer #C0F25E

Tints of Conifer #C0F25E

Color information

#C0F25E (or 0xC0F25E) is unknown color: approx Conifer. HEX triplet: C0, F2 and 5E. RGB value is (192,242,94). Sum of RGB (Red+Green+Blue) = 192+242+94=528 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.36% from 528); Green value is 242 (94.92% from 255 or 45.83% from 528); Blue value is 94 (37.11% from 255 or 17.80% from 528); Max value from RGB is 242 - color contains mainly: green. Hex color #C0F25E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F25E is #3F0DA1. Grayscale: #D2D2D2. Windows color (decimal): -4132258 or 6222528. OLE color: 6222528.

HSL color Cylindrical-coordinate representation of color #C0F25E: hue angle of 80.27º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C0F25E is Cyan = 0.21, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.

Color convert

RGB19224294-
CMYK0.2100.610.05
HSL80.27º85.06%65.88%-
HSV(B)80.27º61.16%94.9%-
XYZ55.5175.5222.24-
YUV210.1862.44115.03-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.36%
GREEN value IS 242 (94.92% from 255) = 45.83%
BLUE value IS 94 (37.11% from 255) = 17.80%
R=36.36%
G=45.83%
B=17.80%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal192242940.2100.610.0580.2785.0665.88
HexC0F25E1503D5505542
Octal300362136250755120125102
Binary11000000111100101011110101010111101101101000010101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c0f25e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c0f25e; }

 p { color: rgb(192,242,94); }

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

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

 a { background-color: rgb(192,242,94); }

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

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

 span { border-color: rgb(192,242,94); }

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