#D7F2B4

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

Shades of Reef #D7F2B4

Tints of Reef #D7F2B4

Color information

#D7F2B4 (or 0xD7F2B4) is unknown color: approx Reef. HEX triplet: D7, F2 and B4. RGB value is (215,242,180). Sum of RGB (Red+Green+Blue) = 215+242+180=637 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.75% from 637); Green value is 242 (94.92% from 255 or 37.99% from 637); Blue value is 180 (70.70% from 255 or 28.26% from 637); Max value from RGB is 242 - color contains mainly: green. Hex color #D7F2B4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7F2B4 is #280D4B. Grayscale: #E3E3E3. Windows color (decimal): -2624844 or 11858647. OLE color: 11858647.

HSL color Cylindrical-coordinate representation of color #D7F2B4: hue angle of 86.13º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D7F2B4 is Cyan = 0.11, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB215242180-
CMYK0.1100.260.05
HSL86.13º70.45%82.75%-
HSV(B)86.13º25.62%94.9%-
XYZ68.0181.2555.28-
YUV226.86101.55119.54-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.75%
GREEN value IS 242 (94.92% from 255) = 37.99%
BLUE value IS 180 (70.70% from 255) = 28.26%
R=33.75%
G=37.99%
B=28.26%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2152421800.1100.260.0586.1370.4582.75
HexD7F2B4B01A5564653
Octal327362264130325126106123
Binary1101011111110010101101001011011010101101011010001101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7F2B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7F2B4; }

 p { color: rgb(215,242,180); }

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

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

 a { background-color: rgb(215,242,180); }

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

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

 span { border-color: rgb(215,242,180); }

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