#D0F18A

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

Shades of Sulu #D0F18A

Tints of Sulu #D0F18A

Color information

#D0F18A (or 0xD0F18A) is unknown color: approx Sulu. HEX triplet: D0, F1 and 8A. RGB value is (208,241,138). Sum of RGB (Red+Green+Blue) = 208+241+138=587 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.43% from 587); Green value is 241 (94.53% from 255 or 41.06% from 587); Blue value is 138 (54.30% from 255 or 23.51% from 587); Max value from RGB is 241 - color contains mainly: green. Hex color #D0F18A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0F18A is #2F0E75. Grayscale: #DBDBDB. Windows color (decimal): -3083894 or 9105872. OLE color: 9105872.

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

Color convert

RGB208241138-
CMYK0.1400.430.05
HSL79.22º78.63%74.31%-
HSV(B)79.22º42.74%94.51%-
XYZ62.0678.1635.86-
YUV219.3982.07119.88-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.43%
GREEN value IS 241 (94.53% from 255) = 41.06%
BLUE value IS 138 (54.30% from 255) = 23.51%
R=35.43%
G=41.06%
B=23.51%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2082411380.1400.430.0579.2278.6374.31
HexD0F18AE02B54f4f4a
Octal320361212160535117117112
Binary11010000111100011000101011100101011101100111110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F18A; }

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

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

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

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

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

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

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

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