#D0E685

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

Shades of Sulu #D0E685

Tints of Sulu #D0E685

Color information

#D0E685 (or 0xD0E685) is unknown color: approx Sulu. HEX triplet: D0, E6 and 85. RGB value is (208,230,133). Sum of RGB (Red+Green+Blue) = 208+230+133=571 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.43% from 571); Green value is 230 (90.23% from 255 or 40.28% from 571); Blue value is 133 (52.34% from 255 or 23.29% from 571); Max value from RGB is 230 - color contains mainly: green. Hex color #D0E685 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0E685 is #2F197A. Grayscale: #D4D4D4. Windows color (decimal): -3086715 or 8775376. OLE color: 8775376.

HSL color Cylindrical-coordinate representation of color #D0E685: hue angle of 73.61º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D0E685 is Cyan = 0.10, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.

Color convert

RGB208230133-
CMYK0.1000.420.10
HSL73.61º65.99%71.18%-
HSV(B)73.61º42.17%90.2%-
XYZ58.5471.732.94-
YUV212.3683.21124.89-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.43%
GREEN value IS 230 (90.23% from 255) = 40.28%
BLUE value IS 133 (52.34% from 255) = 23.29%
R=36.43%
G=40.28%
B=23.29%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2082301330.1000.420.1073.6165.9971.18
HexD0E685A02AA4a4247
Octal3203462051205212112102107
Binary110100001110011010000101101001010101010100101010000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E685; }

 p { color: rgb(208,230,133); }

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

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

 a { background-color: rgb(208,230,133); }

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

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

 span { border-color: rgb(208,230,133); }

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