#D1E28A

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

Shades of Sulu #D1E28A

Tints of Sulu #D1E28A

Color information

#D1E28A (or 0xD1E28A) is unknown color: approx Sulu. HEX triplet: D1, E2 and 8A. RGB value is (209,226,138). Sum of RGB (Red+Green+Blue) = 209+226+138=573 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.47% from 573); Green value is 226 (88.67% from 255 or 39.44% from 573); Blue value is 138 (54.30% from 255 or 24.08% from 573); Max value from RGB is 226 - color contains mainly: green. Hex color #D1E28A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1E28A is #2E1D75. Grayscale: #D3D3D3. Windows color (decimal): -3022198 or 9102033. OLE color: 9102033.

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

Color convert

RGB209226138-
CMYK0.0800.390.11
HSL71.59º60.27%71.37%-
HSV(B)71.59º38.94%88.63%-
XYZ58.0869.7834.45-
YUV210.8986.87126.66-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.47%
GREEN value IS 226 (88.67% from 255) = 39.44%
BLUE value IS 138 (54.30% from 255) = 24.08%
R=36.47%
G=39.44%
B=24.08%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2092261380.0800.390.1171.5960.2771.37
HexD1E28A8027B483c47
Octal321342212100471311074107
Binary11010001111000101000101010000100111101110010001111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1E28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1E28A; }

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

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

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

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

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

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

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

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