#D6FEA1

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

Shades of Reef #D6FEA1

Tints of Reef #D6FEA1

Color information

#D6FEA1 (or 0xD6FEA1) is unknown color: approx Reef. HEX triplet: D6, FE and A1. RGB value is (214,254,161). Sum of RGB (Red+Green+Blue) = 214+254+161=629 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.02% from 629); Green value is 254 (99.61% from 255 or 40.38% from 629); Blue value is 161 (63.28% from 255 or 25.60% from 629); Max value from RGB is 254 - color contains mainly: green. Hex color #D6FEA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6FEA1 is #29015E. Grayscale: #E7E7E7. Windows color (decimal): -2687327 or 10616534. OLE color: 10616534.

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

Color convert

RGB214254161-
CMYK0.1600.370.00
HSL85.81º97.89%81.37%-
HSV(B)85.81º36.61%99.61%-
XYZ69.6187.7546.99-
YUV231.4488.25115.56-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.02%
GREEN value IS 254 (99.61% from 255) = 40.38%
BLUE value IS 161 (63.28% from 255) = 25.60%
R=34.02%
G=40.38%
B=25.60%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2142541610.1600.370.0085.8197.8981.37
HexD6FEA1100250566251
Octal326376241200450126142121
Binary1101011011111110101000011000001001010101011011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6FEA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6FEA1; }

 p { color: rgb(214,254,161); }

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

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

 a { background-color: rgb(214,254,161); }

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

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

 span { border-color: rgb(214,254,161); }

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