#D0EB8A

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

Shades of Sulu #D0EB8A

Tints of Sulu #D0EB8A

Color information

#D0EB8A (or 0xD0EB8A) is unknown color: approx Sulu. HEX triplet: D0, EB and 8A. RGB value is (208,235,138). Sum of RGB (Red+Green+Blue) = 208+235+138=581 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.80% from 581); Green value is 235 (92.19% from 255 or 40.45% from 581); Blue value is 138 (54.30% from 255 or 23.75% from 581); Max value from RGB is 235 - color contains mainly: green. Hex color #D0EB8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0EB8A is #2F1475. Grayscale: #D8D8D8. Windows color (decimal): -3085430 or 9104336. OLE color: 9104336.

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

Color convert

RGB208235138-
CMYK0.1100.410.08
HSL76.7º70.8%73.14%-
HSV(B)76.7º41.28%92.16%-
XYZ60.3174.6635.28-
YUV215.8784.05122.39-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.80%
GREEN value IS 235 (92.19% from 255) = 40.45%
BLUE value IS 138 (54.30% from 255) = 23.75%
R=35.80%
G=40.45%
B=23.75%

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
Decimal2082351380.1100.410.0876.770.873.14
HexD0EB8AB02984d4749
Octal3203532121305110115107111
Binary110100001110101110001010101101010011000100110110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0EB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0EB8A; }

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

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

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

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

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

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

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

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