#D2FA8B

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

Shades of Reef #D2FA8B

Tints of Reef #D2FA8B

Color information

#D2FA8B (or 0xD2FA8B) is unknown color: approx Reef. HEX triplet: D2, FA and 8B. RGB value is (210,250,139). Sum of RGB (Red+Green+Blue) = 210+250+139=599 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35.06% from 599); Green value is 250 (98.05% from 255 or 41.74% from 599); Blue value is 139 (54.69% from 255 or 23.21% from 599); Max value from RGB is 250 - color contains mainly: green. Hex color #D2FA8B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2FA8B is #2D0574. Grayscale: #E1E1E1. Windows color (decimal): -2950517 or 9173714. OLE color: 9173714.

HSL color Cylindrical-coordinate representation of color #D2FA8B: hue angle of 81.62º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D2FA8B is Cyan = 0.16, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB210250139-
CMYK0.1600.440.02
HSL81.62º91.74%76.27%-
HSV(B)81.62º44.4%98.04%-
XYZ65.4283.9437.18-
YUV225.3979.25117.03-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.06%
GREEN value IS 250 (98.05% from 255) = 41.74%
BLUE value IS 139 (54.69% from 255) = 23.21%
R=35.06%
G=41.74%
B=23.21%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2102501390.1600.440.0281.6291.7476.27
HexD2FA8B1002C2525c4c
Octal322372213200542122134114
Binary11010010111110101000101110000010110010101001010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2FA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2FA8B; }

 p { color: rgb(210,250,139); }

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

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

 a { background-color: rgb(210,250,139); }

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

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

 span { border-color: rgb(210,250,139); }

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