#d1e28d

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

Shades of Sulu #D1E28D

Tints of Sulu #D1E28D

Color information

#D1E28D (or 0xD1E28D) is unknown color: approx Sulu. HEX triplet: D1, E2 and 8D. RGB value is (209,226,141). Sum of RGB (Red+Green+Blue) = 209+226+141=576 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.28% from 576); Green value is 226 (88.67% from 255 or 39.24% from 576); Blue value is 141 (55.47% from 255 or 24.48% from 576); Max value from RGB is 226 - color contains mainly: green. Hex color #D1E28D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1E28D is #2E1D72. Grayscale: #D3D3D3. Windows color (decimal): -3022195 or 9298641. OLE color: 9298641.

HSL color Cylindrical-coordinate representation of color #D1E28D: hue angle of 72º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D1E28D is Cyan = 0.08, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.

Color convert

RGB209226141-
CMYK0.0800.380.11
HSL72º59.44%71.96%-
HSV(B)72º37.61%88.63%-
XYZ58.369.8735.61-
YUV211.2388.37126.41-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.28%
GREEN value IS 226 (88.67% from 255) = 39.24%
BLUE value IS 141 (55.47% from 255) = 24.48%
R=36.28%
G=39.24%
B=24.48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2092261410.0800.380.117259.4471.96
HexD1E28D8026B483b48
Octal321342215100461311073110
Binary11010001111000101000110110000100110101110010001110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d1e28d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d1e28d; }

 p { color: rgb(209,226,141); }

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

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

 a { background-color: rgb(209,226,141); }

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

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

 span { border-color: rgb(209,226,141); }

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