#D0F986

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

Shades of Sulu #D0F986

Tints of Sulu #D0F986

Color information

#D0F986 (or 0xD0F986) is unknown color: approx Sulu. HEX triplet: D0, F9 and 86. RGB value is (208,249,134). Sum of RGB (Red+Green+Blue) = 208+249+134=591 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.19% from 591); Green value is 249 (97.66% from 255 or 42.13% from 591); Blue value is 134 (52.73% from 255 or 22.67% from 591); Max value from RGB is 249 - color contains mainly: green. Hex color #D0F986 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0F986 is #2F0679. Grayscale: #E0E0E0. Windows color (decimal): -3081850 or 8845776. OLE color: 8845776.

HSL color Cylindrical-coordinate representation of color #D0F986: hue angle of 81.39º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D0F986 is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.02.

Color convert

RGB208249134-
CMYK0.1600.460.02
HSL81.39º90.55%75.1%-
HSV(B)81.39º46.18%97.65%-
XYZ64.1982.8835.17-
YUV223.6377.42116.85-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.19%
GREEN value IS 249 (97.66% from 255) = 42.13%
BLUE value IS 134 (52.73% from 255) = 22.67%
R=35.19%
G=42.13%
B=22.67%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2082491340.1600.460.0281.3990.5575.1
HexD0F9861002E2515b4b
Octal320371206200562121133113
Binary11010000111110011000011010000010111010101000110110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F986; }

 p { color: rgb(208,249,134); }

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

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

 a { background-color: rgb(208,249,134); }

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

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

 span { border-color: rgb(208,249,134); }

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