#C2FE95

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

Shades of Reef #C2FE95

Tints of Reef #C2FE95

Color information

#C2FE95 (or 0xC2FE95) is unknown color: approx Reef. HEX triplet: C2, FE and 95. RGB value is (194,254,149). Sum of RGB (Red+Green+Blue) = 194+254+149=597 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.50% from 597); Green value is 254 (99.61% from 255 or 42.55% from 597); Blue value is 149 (58.59% from 255 or 24.96% from 597); Max value from RGB is 254 - color contains mainly: green. Hex color #C2FE95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2FE95 is #3D016A. Grayscale: #E0E0E0. Windows color (decimal): -3998059 or 9830082. OLE color: 9830082.

HSL color Cylindrical-coordinate representation of color #C2FE95: hue angle of 94.29º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C2FE95 is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.00.

Color convert

RGB194254149-
CMYK0.2400.410.00
HSL94.29º98.13%79.02%-
HSV(B)94.29º41.34%99.61%-
XYZ63.1184.5241.42-
YUV224.0985.62106.54-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.50%
GREEN value IS 254 (99.61% from 255) = 42.55%
BLUE value IS 149 (58.59% from 255) = 24.96%
R=32.50%
G=42.55%
B=24.96%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1942541490.2400.410.0094.2998.1379.02
HexC2FE951802905e624f
Octal302376225300510136142117
Binary1100001011111110100101011100001010010101111011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2FE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2FE95; }

 p { color: rgb(194,254,149); }

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

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

 a { background-color: rgb(194,254,149); }

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

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

 span { border-color: rgb(194,254,149); }

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