#D5E982

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

Shades of Sulu #D5E982

Tints of Sulu #D5E982

Color information

#D5E982 (or 0xD5E982) is unknown color: approx Sulu. HEX triplet: D5, E9 and 82. RGB value is (213,233,130). Sum of RGB (Red+Green+Blue) = 213+233+130=576 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.98% from 576); Green value is 233 (91.41% from 255 or 40.45% from 576); Blue value is 130 (51.17% from 255 or 22.57% from 576); Max value from RGB is 233 - color contains mainly: green. Hex color #D5E982 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5E982 is #2A167D. Grayscale: #D7D7D7. Windows color (decimal): -2758270 or 8579541. OLE color: 8579541.

HSL color Cylindrical-coordinate representation of color #D5E982: hue angle of 71.65º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D5E982 is Cyan = 0.09, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.09.

Color convert

RGB213233130-
CMYK0.0900.440.09
HSL71.65º70.07%71.18%-
HSV(B)71.65º44.21%91.37%-
XYZ60.6174.0432.21-
YUV215.2879.87126.38-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.98%
GREEN value IS 233 (91.41% from 255) = 40.45%
BLUE value IS 130 (51.17% from 255) = 22.57%
R=36.98%
G=40.45%
B=22.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2132331300.0900.440.0971.6570.0771.18
HexD5E982902C9484647
Octal3253512021105411110106107
Binary110101011110100110000010100101011001001100100010001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5E982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5E982; }

 p { color: rgb(213,233,130); }

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

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

 a { background-color: rgb(213,233,130); }

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

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

 span { border-color: rgb(213,233,130); }

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