#D1FB80

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

Shades of Sulu #D1FB80

Tints of Sulu #D1FB80

Color information

#D1FB80 (or 0xD1FB80) is unknown color: approx Sulu. HEX triplet: D1, FB and 80. RGB value is (209,251,128). Sum of RGB (Red+Green+Blue) = 209+251+128=588 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.54% from 588); Green value is 251 (98.44% from 255 or 42.69% from 588); Blue value is 128 (50.39% from 255 or 21.77% from 588); Max value from RGB is 251 - color contains mainly: green. Hex color #D1FB80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1FB80 is #2E047F. Grayscale: #E0E0E0. Windows color (decimal): -3015808 or 8453073. OLE color: 8453073.

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

Color convert

RGB209251128-
CMYK0.1700.490.02
HSL80.49º93.89%74.31%-
HSV(B)80.49º49%98.43%-
XYZ64.6984.1133.25-
YUV224.4273.59117-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.54%
GREEN value IS 251 (98.44% from 255) = 42.69%
BLUE value IS 128 (50.39% from 255) = 21.77%
R=35.54%
G=42.69%
B=21.77%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2092511280.1700.490.0280.4993.8974.31
HexD1FB80110312505e4a
Octal321373200210612120136112
Binary11010001111110111000000010001011000110101000010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1FB80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1FB80; }

 p { color: rgb(209,251,128); }

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

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

 a { background-color: rgb(209,251,128); }

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

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

 span { border-color: rgb(209,251,128); }

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