#C2FF9E

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

Shades of Reef #C2FF9E

Tints of Reef #C2FF9E

Color information

#C2FF9E (or 0xC2FF9E) is unknown color: approx Reef. HEX triplet: C2, FF and 9E. RGB value is (194,255,158). Sum of RGB (Red+Green+Blue) = 194+255+158=607 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.96% from 607); Green value is 255 (100% from 255 or 42.01% from 607); Blue value is 158 (62.11% from 255 or 26.03% from 607); Max value from RGB is 255 - color contains mainly: green. Hex color #C2FF9E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2FF9E is #3D0061. Grayscale: #E2E2E2. Windows color (decimal): -3997794 or 10420162. OLE color: 10420162.

HSL color Cylindrical-coordinate representation of color #C2FF9E: hue angle of 97.73º 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 #C2FF9E is Cyan = 0.24, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.

Color convert

RGB194255158-
CMYK0.2400.380
HSL97.73º100%80.98%-
HSV(B)97.73º38.04%100%-
XYZ64.1885.4645.46-
YUV225.789.79105.39-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.96%
GREEN value IS 255 (100% from 255) = 42.01%
BLUE value IS 158 (62.11% from 255) = 26.03%
R=31.96%
G=42.01%
B=26.03%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1942551580.2400.38097.7310080.98
HexC2FF9E180260626451
Octal302377236300460142144121
Binary1100001011111111100111101100001001100110001011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2FF9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2FF9E; }

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

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

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

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

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

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

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

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