#C2F24C

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

Shades of Conifer #C2F24C

Tints of Conifer #C2F24C

Color information

#C2F24C (or 0xC2F24C) is unknown color: approx Conifer. HEX triplet: C2, F2 and 4C. RGB value is (194,242,76). Sum of RGB (Red+Green+Blue) = 194+242+76=512 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.89% from 512); Green value is 242 (94.92% from 255 or 47.27% from 512); Blue value is 76 (30.08% from 255 or 14.84% from 512); Max value from RGB is 242 - color contains mainly: green. Hex color #C2F24C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2F24C is #3D0DB3. Grayscale: #D1D1D1. Windows color (decimal): -4001204 or 5042882. OLE color: 5042882.

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

Color convert

RGB19424276-
CMYK0.2000.690.05
HSL77.35º86.46%62.35%-
HSV(B)77.35º68.6%94.9%-
XYZ55.375.518.49-
YUV208.7253.1117.5-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.89%
GREEN value IS 242 (94.92% from 255) = 47.27%
BLUE value IS 76 (30.08% from 255) = 14.84%
R=37.89%
G=47.27%
B=14.84%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal194242760.2000.690.0577.3586.4662.35
HexC2F24C1404554d563e
Octal302362114240105511512676
Binary11000010111100101001100101000100010110110011011010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2F24C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2F24C; }

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

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

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

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

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

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

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

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