#D0E27D

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

Shades of Sulu #D0E27D

Tints of Sulu #D0E27D

Color information

#D0E27D (or 0xD0E27D) is unknown color: approx Sulu. HEX triplet: D0, E2 and 7D. RGB value is (208,226,125). Sum of RGB (Red+Green+Blue) = 208+226+125=559 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.21% from 559); Green value is 226 (88.67% from 255 or 40.43% from 559); Blue value is 125 (49.22% from 255 or 22.36% from 559); Max value from RGB is 226 - color contains mainly: green. Hex color #D0E27D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0E27D is #2F1D82. Grayscale: #D1D1D1. Windows color (decimal): -3087747 or 8250064. OLE color: 8250064.

HSL color Cylindrical-coordinate representation of color #D0E27D: hue angle of 70.69º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D0E27D is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.11.

Color convert

RGB208226125-
CMYK0.0800.450.11
HSL70.69º63.52%68.82%-
HSV(B)70.69º44.69%88.63%-
XYZ56.9169.2829.78-
YUV209.180.54127.21-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.21%
GREEN value IS 226 (88.67% from 255) = 40.43%
BLUE value IS 125 (49.22% from 255) = 22.36%
R=37.21%
G=40.43%
B=22.36%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2082261250.0800.450.1170.6963.5268.82
HexD0E27D802DB474045
Octal3203421751005513107100105
Binary11010000111000101111101100001011011011100011110000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E27D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E27D; }

 p { color: rgb(208,226,125); }

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

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

 a { background-color: rgb(208,226,125); }

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

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

 span { border-color: rgb(208,226,125); }

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