#D0F18B

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

Shades of Sulu #D0F18B

Tints of Sulu #D0F18B

Color information

#D0F18B (or 0xD0F18B) is unknown color: approx Sulu. HEX triplet: D0, F1 and 8B. RGB value is (208,241,139). Sum of RGB (Red+Green+Blue) = 208+241+139=588 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.37% from 588); Green value is 241 (94.53% from 255 or 40.99% from 588); Blue value is 139 (54.69% from 255 or 23.64% from 588); Max value from RGB is 241 - color contains mainly: green. Hex color #D0F18B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0F18B is #2F0E74. Grayscale: #DBDBDB. Windows color (decimal): -3083893 or 9171408. OLE color: 9171408.

HSL color Cylindrical-coordinate representation of color #D0F18B: hue angle of 79.41º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D0F18B is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB208241139-
CMYK0.1400.420.05
HSL79.41º78.46%74.51%-
HSV(B)79.41º42.32%94.51%-
XYZ62.1378.1836.24-
YUV219.582.57119.79-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.37%
GREEN value IS 241 (94.53% from 255) = 40.99%
BLUE value IS 139 (54.69% from 255) = 23.64%
R=35.37%
G=40.99%
B=23.64%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2082411390.1400.420.0579.4178.4674.51
HexD0F18BE02A54f4e4b
Octal320361213160525117116113
Binary11010000111100011000101111100101010101100111110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F18B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F18B; }

 p { color: rgb(208,241,139); }

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

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

 a { background-color: rgb(208,241,139); }

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

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

 span { border-color: rgb(208,241,139); }

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