#D9FA86

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

Shades of Sulu #D9FA86

Tints of Sulu #D9FA86

Color information

#D9FA86 (or 0xD9FA86) is unknown color: approx Sulu. HEX triplet: D9, FA and 86. RGB value is (217,250,134). Sum of RGB (Red+Green+Blue) = 217+250+134=601 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.11% from 601); Green value is 250 (98.05% from 255 or 41.60% from 601); Blue value is 134 (52.73% from 255 or 22.30% from 601); Max value from RGB is 250 - color contains mainly: green. Hex color #D9FA86 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9FA86 is #260579. Grayscale: #E3E3E3. Windows color (decimal): -2491770 or 8846041. OLE color: 8846041.

HSL color Cylindrical-coordinate representation of color #D9FA86: hue angle of 77.07º degrees, saturation: 0.92, 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 #D9FA86 is Cyan = 0.13, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.02.

Color convert

RGB217250134-
CMYK0.1300.460.02
HSL77.07º92.06%75.29%-
HSV(B)77.07º46.4%98.04%-
XYZ67.184.8435.39-
YUV226.9175.57120.93-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.11%
GREEN value IS 250 (98.05% from 255) = 41.60%
BLUE value IS 134 (52.73% from 255) = 22.30%
R=36.11%
G=41.60%
B=22.30%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2172501340.1300.460.0277.0792.0675.29
HexD9FA86D02E24d5c4b
Octal331372206150562115134113
Binary1101100111111010100001101101010111010100110110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9FA86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9FA86; }

 p { color: rgb(217,250,134); }

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

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

 a { background-color: rgb(217,250,134); }

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

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

 span { border-color: rgb(217,250,134); }

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