#D5F2A7

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

Shades of Reef #D5F2A7

Tints of Reef #D5F2A7

Color information

#D5F2A7 (or 0xD5F2A7) is unknown color: approx Reef. HEX triplet: D5, F2 and A7. RGB value is (213,242,167). Sum of RGB (Red+Green+Blue) = 213+242+167=622 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.24% from 622); Green value is 242 (94.92% from 255 or 38.91% from 622); Blue value is 167 (65.62% from 255 or 26.85% from 622); Max value from RGB is 242 - color contains mainly: green. Hex color #D5F2A7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5F2A7 is #2A0D58. Grayscale: #E1E1E1. Windows color (decimal): -2755929 or 11006677. OLE color: 11006677.

HSL color Cylindrical-coordinate representation of color #D5F2A7: hue angle of 83.2º degrees, saturation: 0.74, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D5F2A7 is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.05.

Color convert

RGB213242167-
CMYK0.1200.310.05
HSL83.2º74.26%80.2%-
HSV(B)83.2º30.99%94.9%-
XYZ66.1780.4448.6-
YUV224.7895.39119.6-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.24%
GREEN value IS 242 (94.92% from 255) = 38.91%
BLUE value IS 167 (65.62% from 255) = 26.85%
R=34.24%
G=38.91%
B=26.85%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2132421670.1200.310.0583.274.2680.2
HexD5F2A7C01F5534a50
Octal325362247140375123112120
Binary1101010111110010101001111100011111101101001110010101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5F2A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5F2A7; }

 p { color: rgb(213,242,167); }

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

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

 a { background-color: rgb(213,242,167); }

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

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

 span { border-color: rgb(213,242,167); }

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