#D1EB82

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

Shades of Sulu #D1EB82

Tints of Sulu #D1EB82

Color information

#D1EB82 (or 0xD1EB82) is unknown color: approx Sulu. HEX triplet: D1, EB and 82. RGB value is (209,235,130). Sum of RGB (Red+Green+Blue) = 209+235+130=574 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.41% from 574); Green value is 235 (92.19% from 255 or 40.94% from 574); Blue value is 130 (51.17% from 255 or 22.65% from 574); Max value from RGB is 235 - color contains mainly: green. Hex color #D1EB82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1EB82 is #2E147D. Grayscale: #D7D7D7. Windows color (decimal): -3019902 or 8580049. OLE color: 8580049.

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

Color convert

RGB209235130-
CMYK0.1100.450.08
HSL74.86º72.41%71.57%-
HSV(B)74.86º44.68%92.16%-
XYZ60.0374.5832.35-
YUV215.2679.89123.54-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.41%
GREEN value IS 235 (92.19% from 255) = 40.94%
BLUE value IS 130 (51.17% from 255) = 22.65%
R=36.41%
G=40.94%
B=22.65%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2092351300.1100.450.0874.8672.4171.57
HexD1EB82B02D84b4848
Octal3213532021305510113110110
Binary110100011110101110000010101101011011000100101110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1EB82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1EB82; }

 p { color: rgb(209,235,130); }

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

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

 a { background-color: rgb(209,235,130); }

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

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

 span { border-color: rgb(209,235,130); }

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