#D0EE81

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

Shades of Sulu #D0EE81

Tints of Sulu #D0EE81

Color information

#D0EE81 (or 0xD0EE81) is unknown color: approx Sulu. HEX triplet: D0, EE and 81. RGB value is (208,238,129). Sum of RGB (Red+Green+Blue) = 208+238+129=575 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.17% from 575); Green value is 238 (93.36% from 255 or 41.39% from 575); Blue value is 129 (50.78% from 255 or 22.43% from 575); Max value from RGB is 238 - color contains mainly: green. Hex color #D0EE81 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0EE81 is #2F117E. Grayscale: #D9D9D9. Windows color (decimal): -3084671 or 8515280. OLE color: 8515280.

HSL color Cylindrical-coordinate representation of color #D0EE81: hue angle of 76.51º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D0EE81 is Cyan = 0.13, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB208238129-
CMYK0.1300.460.07
HSL76.51º76.22%71.96%-
HSV(B)76.51º45.8%93.33%-
XYZ60.5576.1432.27-
YUV216.678.56121.86-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.17%
GREEN value IS 238 (93.36% from 255) = 41.39%
BLUE value IS 129 (50.78% from 255) = 22.43%
R=36.17%
G=41.39%
B=22.43%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2082381290.1300.460.0776.5176.2271.96
HexD0EE81D02E74d4c48
Octal320356201150567115114110
Binary11010000111011101000000111010101110111100110110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0EE81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0EE81; }

 p { color: rgb(208,238,129); }

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

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

 a { background-color: rgb(208,238,129); }

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

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

 span { border-color: rgb(208,238,129); }

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