#D1EB8A

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

Shades of Sulu #D1EB8A

Tints of Sulu #D1EB8A

Color information

#D1EB8A (or 0xD1EB8A) is unknown color: approx Sulu. HEX triplet: D1, EB and 8A. RGB value is (209,235,138). Sum of RGB (Red+Green+Blue) = 209+235+138=582 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.91% from 582); Green value is 235 (92.19% from 255 or 40.38% from 582); Blue value is 138 (54.30% from 255 or 23.71% from 582); Max value from RGB is 235 - color contains mainly: green. Hex color #D1EB8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1EB8A is #2E1475. Grayscale: #D8D8D8. Windows color (decimal): -3019894 or 9104337. OLE color: 9104337.

HSL color Cylindrical-coordinate representation of color #D1EB8A: hue angle of 76.08º 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 #D1EB8A is Cyan = 0.11, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB209235138-
CMYK0.1100.410.08
HSL76.08º70.8%73.14%-
HSV(B)76.08º41.28%92.16%-
XYZ60.5974.8135.29-
YUV216.1783.89122.89-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.91%
GREEN value IS 235 (92.19% from 255) = 40.38%
BLUE value IS 138 (54.30% from 255) = 23.71%
R=35.91%
G=40.38%
B=23.71%

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
Decimal2092351380.1100.410.0876.0870.873.14
HexD1EB8AB02984c4749
Octal3213532121305110114107111
Binary110100011110101110001010101101010011000100110010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1EB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1EB8A; }

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

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

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

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

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

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

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

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