#D3ED82

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

Shades of Sulu #D3ED82

Tints of Sulu #D3ED82

Color information

#D3ED82 (or 0xD3ED82) is unknown color: approx Sulu. HEX triplet: D3, ED and 82. RGB value is (211,237,130). Sum of RGB (Red+Green+Blue) = 211+237+130=578 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.51% from 578); Green value is 237 (92.97% from 255 or 41.00% from 578); Blue value is 130 (51.17% from 255 or 22.49% from 578); Max value from RGB is 237 - color contains mainly: green. Hex color #D3ED82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D3ED82 is #2C127D. Grayscale: #D9D9D9. Windows color (decimal): -2888318 or 8580563. OLE color: 8580563.

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

Color convert

RGB211237130-
CMYK0.1100.450.07
HSL74.58º74.83%71.96%-
HSV(B)74.58º45.15%92.94%-
XYZ61.1876.0332.57-
YUV217.0378.89123.7-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.51%
GREEN value IS 237 (92.97% from 255) = 41.00%
BLUE value IS 130 (51.17% from 255) = 22.49%
R=36.51%
G=41.00%
B=22.49%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2112371300.1100.450.0774.5874.8371.96
HexD3ED82B02D74b4b48
Octal323355202130557113113110
Binary11010011111011011000001010110101101111100101110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3ED82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3ED82; }

 p { color: rgb(211,237,130); }

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

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

 a { background-color: rgb(211,237,130); }

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

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

 span { border-color: rgb(211,237,130); }

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