#D3E382

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

Shades of Sulu #D3E382

Tints of Sulu #D3E382

Color information

#D3E382 (or 0xD3E382) is unknown color: approx Sulu. HEX triplet: D3, E3 and 82. RGB value is (211,227,130). Sum of RGB (Red+Green+Blue) = 211+227+130=568 (75% of max value = 765). Red value is 211 (82.81% from 255 or 37.15% from 568); Green value is 227 (89.06% from 255 or 39.96% from 568); Blue value is 130 (51.17% from 255 or 22.89% from 568); Max value from RGB is 227 - color contains mainly: green. Hex color #D3E382 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3E382 is #2C1C7D. Grayscale: #D3D3D3. Windows color (decimal): -2890878 or 8578003. OLE color: 8578003.

HSL color Cylindrical-coordinate representation of color #D3E382: hue angle of 69.9º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D3E382 is Cyan = 0.07, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.

Color convert

RGB211227130-
CMYK0.0700.430.11
HSL69.9º63.4%70%-
HSV(B)69.9º42.73%89.02%-
XYZ58.3670.431.63-
YUV211.1682.2127.89-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 37.15%
GREEN value IS 227 (89.06% from 255) = 39.96%
BLUE value IS 130 (51.17% from 255) = 22.89%
R=37.15%
G=39.96%
B=22.89%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2112271300.0700.430.1169.963.470
HexD3E382702BB463f46
Octal32334320270531310677106
Binary1101001111100011100000101110101011101110001101111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3E382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3E382; }

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

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

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

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

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

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

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

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