#D4E386

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

Shades of Sulu #D4E386

Tints of Sulu #D4E386

Color information

#D4E386 (or 0xD4E386) is unknown color: approx Sulu. HEX triplet: D4, E3 and 86. RGB value is (212,227,134). Sum of RGB (Red+Green+Blue) = 212+227+134=573 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.00% from 573); Green value is 227 (89.06% from 255 or 39.62% from 573); Blue value is 134 (52.73% from 255 or 23.39% from 573); Max value from RGB is 227 - color contains mainly: green. Hex color #D4E386 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4E386 is #2B1C79. Grayscale: #D4D4D4. Windows color (decimal): -2825338 or 8840148. OLE color: 8840148.

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

Color convert

RGB212227134-
CMYK0.0700.410.11
HSL69.68º62.42%70.78%-
HSV(B)69.68º40.97%89.02%-
XYZ58.9270.6633.09-
YUV211.9184.03128.06-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.00%
GREEN value IS 227 (89.06% from 255) = 39.62%
BLUE value IS 134 (52.73% from 255) = 23.39%
R=37.00%
G=39.62%
B=23.39%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2122271340.0700.410.1169.6862.4270.78
HexD4E3867029B463e47
Octal32434320670511310676107
Binary1101010011100011100001101110101001101110001101111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4E386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4E386; }

 p { color: rgb(212,227,134); }

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

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

 a { background-color: rgb(212,227,134); }

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

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

 span { border-color: rgb(212,227,134); }

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