#D9FB85

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

Shades of Sulu #D9FB85

Tints of Sulu #D9FB85

Color information

#D9FB85 (or 0xD9FB85) is unknown color: approx Sulu. HEX triplet: D9, FB and 85. RGB value is (217,251,133). Sum of RGB (Red+Green+Blue) = 217+251+133=601 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.11% from 601); Green value is 251 (98.44% from 255 or 41.76% from 601); Blue value is 133 (52.34% from 255 or 22.13% from 601); Max value from RGB is 251 - color contains mainly: green. Hex color #D9FB85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9FB85 is #26047A. Grayscale: #E3E3E3. Windows color (decimal): -2491515 or 8780761. OLE color: 8780761.

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

Color convert

RGB217251133-
CMYK0.1400.470.02
HSL77.29º93.65%75.29%-
HSV(B)77.29º47.01%98.43%-
XYZ67.3585.4435.13-
YUV227.3874.74120.59-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.11%
GREEN value IS 251 (98.44% from 255) = 41.76%
BLUE value IS 133 (52.34% from 255) = 22.13%
R=36.11%
G=41.76%
B=22.13%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2172511330.1400.470.0277.2993.6575.29
HexD9FB85E02F24d5e4b
Octal331373205160572115136113
Binary1101100111111011100001011110010111110100110110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9FB85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9FB85; }

 p { color: rgb(217,251,133); }

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

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

 a { background-color: rgb(217,251,133); }

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

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

 span { border-color: rgb(217,251,133); }

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