#C2F493

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

Shades of Reef #C2F493

Tints of Reef #C2F493

Color information

#C2F493 (or 0xC2F493) is unknown color: approx Reef. HEX triplet: C2, F4 and 93. RGB value is (194,244,147). Sum of RGB (Red+Green+Blue) = 194+244+147=585 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.16% from 585); Green value is 244 (95.70% from 255 or 41.71% from 585); Blue value is 147 (57.81% from 255 or 25.13% from 585); Max value from RGB is 244 - color contains mainly: green. Hex color #C2F493 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2F493 is #3D0B6C. Grayscale: #DADADA. Windows color (decimal): -4000621 or 9696450. OLE color: 9696450.

HSL color Cylindrical-coordinate representation of color #C2F493: hue angle of 90.93º degrees, saturation: 0.82, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C2F493 is Cyan = 0.20, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.

Color convert

RGB194244147-
CMYK0.2000.400.04
HSL90.93º81.51%76.67%-
HSV(B)90.93º39.75%95.69%-
XYZ59.8778.2839.56-
YUV217.9987.94110.89-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.16%
GREEN value IS 244 (95.70% from 255) = 41.71%
BLUE value IS 147 (57.81% from 255) = 25.13%
R=33.16%
G=41.71%
B=25.13%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1942441470.2000.400.0490.9381.5176.67
HexC2F4931402845b524d
Octal302364223240504133122115
Binary110000101111010010010011101000101000100101101110100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2F493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2F493; }

 p { color: rgb(194,244,147); }

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

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

 a { background-color: rgb(194,244,147); }

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

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

 span { border-color: rgb(194,244,147); }

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