#C0F25D

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

Shades of Conifer #C0F25D

Tints of Conifer #C0F25D

Color information

#C0F25D (or 0xC0F25D) is unknown color: approx Conifer. HEX triplet: C0, F2 and 5D. RGB value is (192,242,93). Sum of RGB (Red+Green+Blue) = 192+242+93=527 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.43% from 527); Green value is 242 (94.92% from 255 or 45.92% from 527); Blue value is 93 (36.72% from 255 or 17.65% from 527); Max value from RGB is 242 - color contains mainly: green. Hex color #C0F25D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F25D is #3F0DA2. Grayscale: #D2D2D2. Windows color (decimal): -4132259 or 6156992. OLE color: 6156992.

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

Color convert

RGB19224293-
CMYK0.2100.620.05
HSL80.13º85.14%65.69%-
HSV(B)80.13º61.57%94.9%-
XYZ55.4775.522.01-
YUV210.0661.94115.12-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.43%
GREEN value IS 242 (94.92% from 255) = 45.92%
BLUE value IS 93 (36.72% from 255) = 17.65%
R=36.43%
G=45.92%
B=17.65%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal192242930.2100.620.0580.1385.1465.69
HexC0F25D1503E5505542
Octal300362135250765120125102
Binary11000000111100101011101101010111110101101000010101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0F25D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0F25D; }

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

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

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

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

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

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

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

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