#D2E283

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

Shades of Sulu #D2E283

Tints of Sulu #D2E283

Color information

#D2E283 (or 0xD2E283) is unknown color: approx Sulu. HEX triplet: D2, E2 and 83. RGB value is (210,226,131). Sum of RGB (Red+Green+Blue) = 210+226+131=567 (75% of max value = 765). Red value is 210 (82.42% from 255 or 37.04% from 567); Green value is 226 (88.67% from 255 or 39.86% from 567); Blue value is 131 (51.56% from 255 or 23.10% from 567); Max value from RGB is 226 - color contains mainly: green. Hex color #D2E283 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2E283 is #2D1D7C. Grayscale: #D2D2D2. Windows color (decimal): -2956669 or 8643282. OLE color: 8643282.

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

Color convert

RGB210226131-
CMYK0.0700.420.11
HSL70.11º62.09%70%-
HSV(B)70.11º42.04%88.63%-
XYZ57.8769.7331.88-
YUV210.3983.2127.72-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.04%
GREEN value IS 226 (88.67% from 255) = 39.86%
BLUE value IS 131 (51.56% from 255) = 23.10%
R=37.04%
G=39.86%
B=23.10%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2102261310.0700.420.1170.1162.0970
HexD2E283702AB463e46
Octal32234220370521310676106
Binary1101001011100010100000111110101010101110001101111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E283; }

 p { color: rgb(210,226,131); }

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

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

 a { background-color: rgb(210,226,131); }

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

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

 span { border-color: rgb(210,226,131); }

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