#C2FF9F

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

Shades of Reef #C2FF9F

Tints of Reef #C2FF9F

Color information

#C2FF9F (or 0xC2FF9F) is unknown color: approx Reef. HEX triplet: C2, FF and 9F. RGB value is (194,255,159). Sum of RGB (Red+Green+Blue) = 194+255+159=608 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.91% from 608); Green value is 255 (100% from 255 or 41.94% from 608); Blue value is 159 (62.5% from 255 or 26.15% from 608); Max value from RGB is 255 - color contains mainly: green. Hex color #C2FF9F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2FF9F is #3D0060. Grayscale: #E2E2E2. Windows color (decimal): -3997793 or 10485698. OLE color: 10485698.

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

Color convert

RGB194255159-
CMYK0.2400.380
HSL98.12º100%81.18%-
HSV(B)98.12º37.65%100%-
XYZ64.2785.4945.92-
YUV225.8290.29105.31-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.91%
GREEN value IS 255 (100% from 255) = 41.94%
BLUE value IS 159 (62.5% from 255) = 26.15%
R=31.91%
G=41.94%
B=26.15%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1942551590.2400.38098.1210081.18
HexC2FF9F180260626451
Octal302377237300460142144121
Binary1100001011111111100111111100001001100110001011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2FF9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2FF9F; }

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

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

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

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

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

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

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

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