#D2FEA5

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

Shades of Reef #D2FEA5

Tints of Reef #D2FEA5

Color information

#D2FEA5 (or 0xD2FEA5) is unknown color: approx Reef. HEX triplet: D2, FE and A5. RGB value is (210,254,165). Sum of RGB (Red+Green+Blue) = 210+254+165=629 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.39% from 629); Green value is 254 (99.61% from 255 or 40.38% from 629); Blue value is 165 (64.84% from 255 or 26.23% from 629); Max value from RGB is 254 - color contains mainly: green. Hex color #D2FEA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2FEA5 is #2D015A. Grayscale: #E7E7E7. Windows color (decimal): -2949467 or 10878674. OLE color: 10878674.

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

Color convert

RGB210254165-
CMYK0.1700.350.00
HSL89.66º97.8%82.16%-
HSV(B)89.66º35.04%99.61%-
XYZ68.8187.348.82-
YUV230.790.92113.24-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.39%
GREEN value IS 254 (99.61% from 255) = 40.38%
BLUE value IS 165 (64.84% from 255) = 26.23%
R=33.39%
G=40.38%
B=26.23%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2102541650.1700.350.0089.6697.882.16
HexD2FEA51102305a6252
Octal322376245210430132142122
Binary1101001011111110101001011000101000110101101011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2FEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2FEA5; }

 p { color: rgb(210,254,165); }

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

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

 a { background-color: rgb(210,254,165); }

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

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

 span { border-color: rgb(210,254,165); }

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