#C2FF96

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

Shades of Reef #C2FF96

Tints of Reef #C2FF96

Color information

#C2FF96 (or 0xC2FF96) is unknown color: approx Reef. HEX triplet: C2, FF and 96. RGB value is (194,255,150). Sum of RGB (Red+Green+Blue) = 194+255+150=599 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.39% from 599); Green value is 255 (100% from 255 or 42.57% from 599); Blue value is 150 (58.98% from 255 or 25.04% from 599); Max value from RGB is 255 - color contains mainly: green. Hex color #C2FF96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2FF96 is #3D0069. Grayscale: #E1E1E1. Windows color (decimal): -3997802 or 9895874. OLE color: 9895874.

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

Color convert

RGB194255150-
CMYK0.2400.410
HSL94.86º100%79.41%-
HSV(B)94.86º41.18%100%-
XYZ63.5185.1941.95-
YUV224.7985.79106.04-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.39%
GREEN value IS 255 (100% from 255) = 42.57%
BLUE value IS 150 (58.98% from 255) = 25.04%
R=32.39%
G=42.57%
B=25.04%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1942551500.2400.41094.8610079.41
HexC2FF961802905f644f
Octal302377226300510137144117
Binary1100001011111111100101101100001010010101111111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2FF96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2FF96; }

 p { color: rgb(194,255,150); }

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

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

 a { background-color: rgb(194,255,150); }

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

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

 span { border-color: rgb(194,255,150); }

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