#D2E384

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

Shades of Sulu #D2E384

Tints of Sulu #D2E384

Color information

#D2E384 (or 0xD2E384) is unknown color: approx Sulu. HEX triplet: D2, E3 and 84. RGB value is (210,227,132). Sum of RGB (Red+Green+Blue) = 210+227+132=569 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.91% from 569); Green value is 227 (89.06% from 255 or 39.89% from 569); Blue value is 132 (51.95% from 255 or 23.20% from 569); Max value from RGB is 227 - color contains mainly: green. Hex color #D2E384 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2E384 is #2D1C7B. Grayscale: #D3D3D3. Windows color (decimal): -2956412 or 8709074. OLE color: 8709074.

HSL color Cylindrical-coordinate representation of color #D2E384: hue angle of 70.74º degrees, saturation: 0.63, 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 #D2E384 is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.

Color convert

RGB210227132-
CMYK0.0700.420.11
HSL70.74º62.91%70.39%-
HSV(B)70.74º41.85%89.02%-
XYZ58.2170.3132.33-
YUV211.0983.37127.22-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.91%
GREEN value IS 227 (89.06% from 255) = 39.89%
BLUE value IS 132 (51.95% from 255) = 23.20%
R=36.91%
G=39.89%
B=23.20%

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
Decimal2102271320.0700.420.1170.7462.9170.39
HexD2E384702AB473f46
Octal32234320470521310777106
Binary1101001011100011100001001110101010101110001111111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E384; }

 p { color: rgb(210,227,132); }

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

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

 a { background-color: rgb(210,227,132); }

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

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

 span { border-color: rgb(210,227,132); }

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