#D2EB81

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

Shades of Sulu #D2EB81

Tints of Sulu #D2EB81

Color information

#D2EB81 (or 0xD2EB81) is unknown color: approx Sulu. HEX triplet: D2, EB and 81. RGB value is (210,235,129). Sum of RGB (Red+Green+Blue) = 210+235+129=574 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.59% from 574); Green value is 235 (92.19% from 255 or 40.94% from 574); Blue value is 129 (50.78% from 255 or 22.47% from 574); Max value from RGB is 235 - color contains mainly: green. Hex color #D2EB81 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2EB81 is #2D147E. Grayscale: #D7D7D7. Windows color (decimal): -2954367 or 8514514. OLE color: 8514514.

HSL color Cylindrical-coordinate representation of color #D2EB81: hue angle of 74.15º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D2EB81 is Cyan = 0.11, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB210235129-
CMYK0.1100.450.08
HSL74.15º72.6%71.37%-
HSV(B)74.15º45.11%92.16%-
XYZ60.2574.732.01-
YUV215.4479.22124.12-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.59%
GREEN value IS 235 (92.19% from 255) = 40.94%
BLUE value IS 129 (50.78% from 255) = 22.47%
R=36.59%
G=40.94%
B=22.47%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2102351290.1100.450.0874.1572.671.37
HexD2EB81B02D84a4947
Octal3223532011305510112111107
Binary110100101110101110000001101101011011000100101010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2EB81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2EB81; }

 p { color: rgb(210,235,129); }

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

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

 a { background-color: rgb(210,235,129); }

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

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

 span { border-color: rgb(210,235,129); }

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