#D2E78E

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

Shades of Sulu #D2E78E

Tints of Sulu #D2E78E

Color information

#D2E78E (or 0xD2E78E) is unknown color: approx Sulu. HEX triplet: D2, E7 and 8E. RGB value is (210,231,142). Sum of RGB (Red+Green+Blue) = 210+231+142=583 (77% of max value = 765). Red value is 210 (82.42% from 255 or 36.02% from 583); Green value is 231 (90.62% from 255 or 39.62% from 583); Blue value is 142 (55.86% from 255 or 24.36% from 583); Max value from RGB is 231 - color contains mainly: green. Hex color #D2E78E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2E78E is #2D1871. Grayscale: #D6D6D6. Windows color (decimal): -2955378 or 9365458. OLE color: 9365458.

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

Color convert

RGB210231142-
CMYK0.0900.390.09
HSL74.16º64.96%73.14%-
HSV(B)74.16º38.53%90.59%-
XYZ60.0472.8136.48-
YUV214.5787.04124.74-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.02%
GREEN value IS 231 (90.62% from 255) = 39.62%
BLUE value IS 142 (55.86% from 255) = 24.36%
R=36.02%
G=39.62%
B=24.36%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2102311420.0900.390.0974.1664.9673.14
HexD2E78E902794a4149
Octal3223472161104711112101111
Binary110100101110011110001110100101001111001100101010000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E78E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E78E; }

 p { color: rgb(210,231,142); }

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

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

 a { background-color: rgb(210,231,142); }

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

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

 span { border-color: rgb(210,231,142); }

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