#D1EC8A

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

Shades of Sulu #D1EC8A

Tints of Sulu #D1EC8A

Color information

#D1EC8A (or 0xD1EC8A) is unknown color: approx Sulu. HEX triplet: D1, EC and 8A. RGB value is (209,236,138). Sum of RGB (Red+Green+Blue) = 209+236+138=583 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.85% from 583); Green value is 236 (92.58% from 255 or 40.48% from 583); Blue value is 138 (54.30% from 255 or 23.67% from 583); Max value from RGB is 236 - color contains mainly: green. Hex color #D1EC8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1EC8A is #2E1375. Grayscale: #D9D9D9. Windows color (decimal): -3019638 or 9104593. OLE color: 9104593.

HSL color Cylindrical-coordinate representation of color #D1EC8A: hue angle of 76.53º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D1EC8A is Cyan = 0.11, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB209236138-
CMYK0.1100.420.07
HSL76.53º72.06%73.33%-
HSV(B)76.53º41.53%92.55%-
XYZ60.8875.3835.39-
YUV216.7583.55122.47-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.85%
GREEN value IS 236 (92.58% from 255) = 40.48%
BLUE value IS 138 (54.30% from 255) = 23.67%
R=35.85%
G=40.48%
B=23.67%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2092361380.1100.420.0776.5372.0673.33
HexD1EC8AB02A74d4849
Octal321354212130527115110111
Binary11010001111011001000101010110101010111100110110010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1EC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1EC8A; }

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

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

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

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

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

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

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

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