#D4EB8A

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

Shades of Sulu #D4EB8A

Tints of Sulu #D4EB8A

Color information

#D4EB8A (or 0xD4EB8A) is unknown color: approx Sulu. HEX triplet: D4, EB and 8A. RGB value is (212,235,138). Sum of RGB (Red+Green+Blue) = 212+235+138=585 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.24% from 585); Green value is 235 (92.19% from 255 or 40.17% from 585); Blue value is 138 (54.30% from 255 or 23.59% from 585); Max value from RGB is 235 - color contains mainly: green. Hex color #D4EB8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4EB8A is #2B1475. Grayscale: #D9D9D9. Windows color (decimal): -2823286 or 9104340. OLE color: 9104340.

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

Color convert

RGB212235138-
CMYK0.1000.410.08
HSL74.23º70.8%73.14%-
HSV(B)74.23º41.28%92.16%-
XYZ61.4575.2535.33-
YUV217.0683.38124.39-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.24%
GREEN value IS 235 (92.19% from 255) = 40.17%
BLUE value IS 138 (54.30% from 255) = 23.59%
R=36.24%
G=40.17%
B=23.59%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2122351380.1000.410.0874.2370.873.14
HexD4EB8AA02984a4749
Octal3243532121205110112107111
Binary110101001110101110001010101001010011000100101010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4EB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4EB8A; }

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

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

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

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

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

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

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

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