#d0e38d

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

Shades of Sulu #D0E38D

Tints of Sulu #D0E38D

Color information

#D0E38D (or 0xD0E38D) is unknown color: approx Sulu. HEX triplet: D0, E3 and 8D. RGB value is (208,227,141). Sum of RGB (Red+Green+Blue) = 208+227+141=576 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.11% from 576); Green value is 227 (89.06% from 255 or 39.41% from 576); Blue value is 141 (55.47% from 255 or 24.48% from 576); Max value from RGB is 227 - color contains mainly: green. Hex color #D0E38D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0E38D is #2F1C72. Grayscale: #D3D3D3. Windows color (decimal): -3087475 or 9298896. OLE color: 9298896.

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

Color convert

RGB208227141-
CMYK0.0800.380.11
HSL73.26º60.56%72.16%-
HSV(B)73.26º37.89%89.02%-
XYZ58.2970.2735.69-
YUV211.5288.21125.49-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.11%
GREEN value IS 227 (89.06% from 255) = 39.41%
BLUE value IS 141 (55.47% from 255) = 24.48%
R=36.11%
G=39.41%
B=24.48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2082271410.0800.380.1173.2660.5672.16
HexD0E38D8026B493d48
Octal320343215100461311175110
Binary11010000111000111000110110000100110101110010011111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d0e38d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d0e38d; }

 p { color: rgb(208,227,141); }

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

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

 a { background-color: rgb(208,227,141); }

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

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

 span { border-color: rgb(208,227,141); }

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