#D2EB88

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

Shades of Sulu #D2EB88

Tints of Sulu #D2EB88

Color information

#D2EB88 (or 0xD2EB88) is unknown color: approx Sulu. HEX triplet: D2, EB and 88. RGB value is (210,235,136). Sum of RGB (Red+Green+Blue) = 210+235+136=581 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.14% from 581); Green value is 235 (92.19% from 255 or 40.45% from 581); Blue value is 136 (53.52% from 255 or 23.41% from 581); Max value from RGB is 235 - color contains mainly: green. Hex color #D2EB88 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2EB88 is #2D1477. Grayscale: #D8D8D8. Windows color (decimal): -2954360 or 8973266. OLE color: 8973266.

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

Color convert

RGB210235136-
CMYK0.1100.420.08
HSL75.15º71.22%72.75%-
HSV(B)75.15º42.13%92.16%-
XYZ60.7374.934.55-
YUV216.2482.72123.55-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.14%
GREEN value IS 235 (92.19% from 255) = 40.45%
BLUE value IS 136 (53.52% from 255) = 23.41%
R=36.14%
G=40.45%
B=23.41%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2102351360.1100.420.0875.1571.2272.75
HexD2EB88B02A84b4749
Octal3223532101305210113107111
Binary110100101110101110001000101101010101000100101110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2EB88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2EB88; }

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

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

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

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

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

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

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

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