#C2F24F

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

Shades of Conifer #C2F24F

Tints of Conifer #C2F24F

Color information

#C2F24F (or 0xC2F24F) is unknown color: approx Conifer. HEX triplet: C2, F2 and 4F. RGB value is (194,242,79). Sum of RGB (Red+Green+Blue) = 194+242+79=515 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.67% from 515); Green value is 242 (94.92% from 255 or 46.99% from 515); Blue value is 79 (31.25% from 255 or 15.34% from 515); Max value from RGB is 242 - color contains mainly: green. Hex color #C2F24F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2F24F is #3D0DB0. Grayscale: #D1D1D1. Windows color (decimal): -4001201 or 5239490. OLE color: 5239490.

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

Color convert

RGB19424279-
CMYK0.2000.670.05
HSL77.67º86.24%62.94%-
HSV(B)77.67º67.36%94.9%-
XYZ55.4175.5419.06-
YUV209.0754.6117.25-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.67%
GREEN value IS 242 (94.92% from 255) = 46.99%
BLUE value IS 79 (31.25% from 255) = 15.34%
R=37.67%
G=46.99%
B=15.34%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal194242790.2000.670.0577.6786.2462.94
HexC2F24F1404354e563f
Octal302362117240103511612677
Binary11000010111100101001111101000100001110110011101010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2F24F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2F24F; }

 p { color: rgb(194,242,79); }

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

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

 a { background-color: rgb(194,242,79); }

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

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

 span { border-color: rgb(194,242,79); }

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