#D2FB87

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

Shades of Sulu #D2FB87

Tints of Sulu #D2FB87

Color information

#D2FB87 (or 0xD2FB87) is unknown color: approx Sulu. HEX triplet: D2, FB and 87. RGB value is (210,251,135). Sum of RGB (Red+Green+Blue) = 210+251+135=596 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.23% from 596); Green value is 251 (98.44% from 255 or 42.11% from 596); Blue value is 135 (53.12% from 255 or 22.65% from 596); Max value from RGB is 251 - color contains mainly: green. Hex color #D2FB87 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2FB87 is #2D0478. Grayscale: #E1E1E1. Windows color (decimal): -2950265 or 8911826. OLE color: 8911826.

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

Color convert

RGB210251135-
CMYK0.1600.460.02
HSL81.21º93.55%75.69%-
HSV(B)81.21º46.22%98.43%-
XYZ65.4584.4535.77-
YUV225.5276.92116.93-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.23%
GREEN value IS 251 (98.44% from 255) = 42.11%
BLUE value IS 135 (53.12% from 255) = 22.65%
R=35.23%
G=42.11%
B=22.65%

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
Decimal2102511350.1600.460.0281.2193.5575.69
HexD2FB871002E2515e4c
Octal322373207200562121136114
Binary11010010111110111000011110000010111010101000110111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2FB87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2FB87; }

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

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

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

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

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

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

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

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