#D2EB8A

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

Shades of Sulu #D2EB8A

Tints of Sulu #D2EB8A

Color information

#D2EB8A (or 0xD2EB8A) is unknown color: approx Sulu. HEX triplet: D2, EB and 8A. RGB value is (210,235,138). Sum of RGB (Red+Green+Blue) = 210+235+138=583 (77% of max value = 765). Red value is 210 (82.42% from 255 or 36.02% from 583); Green value is 235 (92.19% from 255 or 40.31% from 583); Blue value is 138 (54.30% from 255 or 23.67% from 583); Max value from RGB is 235 - color contains mainly: green. Hex color #D2EB8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2EB8A is #2D1475. Grayscale: #D8D8D8. Windows color (decimal): -2954358 or 9104338. OLE color: 9104338.

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

Color convert

RGB210235138-
CMYK0.1100.410.08
HSL75.46º70.8%73.14%-
HSV(B)75.46º41.28%92.16%-
XYZ60.8774.9535.3-
YUV216.4783.72123.39-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.02%
GREEN value IS 235 (92.19% from 255) = 40.31%
BLUE value IS 138 (54.30% from 255) = 23.67%
R=36.02%
G=40.31%
B=23.67%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2102351380.1100.410.0875.4670.873.14
HexD2EB8AB02984b4749
Octal3223532121305110113107111
Binary110100101110101110001010101101010011000100101110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2EB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2EB8A; }

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

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

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

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

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

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

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

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