#D2FA87

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

Shades of Sulu #D2FA87

Tints of Sulu #D2FA87

Color information

#D2FA87 (or 0xD2FA87) is unknown color: approx Sulu. HEX triplet: D2, FA and 87. RGB value is (210,250,135). Sum of RGB (Red+Green+Blue) = 210+250+135=595 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.29% from 595); Green value is 250 (98.05% from 255 or 42.02% from 595); Blue value is 135 (53.12% from 255 or 22.69% from 595); Max value from RGB is 250 - color contains mainly: green. Hex color #D2FA87 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2FA87 is #2D0578. Grayscale: #E1E1E1. Windows color (decimal): -2950521 or 8911570. OLE color: 8911570.

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

Color convert

RGB210250135-
CMYK0.1600.460.02
HSL80.87º92%75.49%-
HSV(B)80.87º46%98.04%-
XYZ65.1483.8235.67-
YUV224.9377.25117.35-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.29%
GREEN value IS 250 (98.05% from 255) = 42.02%
BLUE value IS 135 (53.12% from 255) = 22.69%
R=35.29%
G=42.02%
B=22.69%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2102501350.1600.460.0280.879275.49
HexD2FA871002E2515c4b
Octal322372207200562121134113
Binary11010010111110101000011110000010111010101000110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2FA87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2FA87; }

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

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

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

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

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

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

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

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