#C4FFA4

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

Shades of Reef #C4FFA4

Tints of Reef #C4FFA4

Color information

#C4FFA4 (or 0xC4FFA4) is unknown color: approx Reef. HEX triplet: C4, FF and A4. RGB value is (196,255,164). Sum of RGB (Red+Green+Blue) = 196+255+164=615 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.87% from 615); Green value is 255 (100% from 255 or 41.46% from 615); Blue value is 164 (64.45% from 255 or 26.67% from 615); Max value from RGB is 255 - color contains mainly: green. Hex color #C4FFA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C4FFA4 is #3B005B. Grayscale: #E3E3E3. Windows color (decimal): -3866716 or 10813380. OLE color: 10813380.

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

Color convert

RGB196255164-
CMYK0.2300.360
HSL98.9º100%82.16%-
HSV(B)98.9º35.69%100%-
XYZ65.2385.9448.27-
YUV226.9892.45105.9-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.87%
GREEN value IS 255 (100% from 255) = 41.46%
BLUE value IS 164 (64.45% from 255) = 26.67%
R=31.87%
G=41.46%
B=26.67%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1962551640.2300.36098.910082.16
HexC4FFA4170240636452
Octal304377244270440143144122
Binary1100010011111111101001001011101001000110001111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4FFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4FFA4; }

 p { color: rgb(196,255,164); }

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

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

 a { background-color: rgb(196,255,164); }

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

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

 span { border-color: rgb(196,255,164); }

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