#D5FEA1

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

Shades of Reef #D5FEA1

Tints of Reef #D5FEA1

Color information

#D5FEA1 (or 0xD5FEA1) is unknown color: approx Reef. HEX triplet: D5, FE and A1. RGB value is (213,254,161). Sum of RGB (Red+Green+Blue) = 213+254+161=628 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.92% from 628); Green value is 254 (99.61% from 255 or 40.45% from 628); Blue value is 161 (63.28% from 255 or 25.64% from 628); Max value from RGB is 254 - color contains mainly: green. Hex color #D5FEA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5FEA1 is #2A015E. Grayscale: #E7E7E7. Windows color (decimal): -2752863 or 10616533. OLE color: 10616533.

HSL color Cylindrical-coordinate representation of color #D5FEA1: hue angle of 86.45º 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 #D5FEA1 is Cyan = 0.16, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.00.

Color convert

RGB213254161-
CMYK0.1600.370.00
HSL86.45º97.89%81.37%-
HSV(B)86.45º36.61%99.61%-
XYZ69.3287.646.97-
YUV231.1488.42115.06-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.92%
GREEN value IS 254 (99.61% from 255) = 40.45%
BLUE value IS 161 (63.28% from 255) = 25.64%
R=33.92%
G=40.45%
B=25.64%

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
Decimal2132541610.1600.370.0086.4597.8981.37
HexD5FEA1100250566251
Octal325376241200450126142121
Binary1101010111111110101000011000001001010101011011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FEA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FEA1; }

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

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

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

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

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

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

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

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