#B5FB71

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

Shades of Sulu #B5FB71

Tints of Sulu #B5FB71

Color information

#B5FB71 (or 0xB5FB71) is unknown color: approx Sulu. HEX triplet: B5, FB and 71. RGB value is (181,251,113). Sum of RGB (Red+Green+Blue) = 181+251+113=545 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.21% from 545); Green value is 251 (98.44% from 255 or 46.06% from 545); Blue value is 113 (44.53% from 255 or 20.73% from 545); Max value from RGB is 251 - color contains mainly: green. Hex color #B5FB71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5FB71 is #4A048E. Grayscale: #D6D6D6. Windows color (decimal): -4850831 or 7470005. OLE color: 7470005.

HSL color Cylindrical-coordinate representation of color #B5FB71: hue angle of 90.43º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B5FB71 is Cyan = 0.28, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB181251113-
CMYK0.2800.550.02
HSL90.43º94.52%71.37%-
HSV(B)90.43º54.98%98.43%-
XYZ56.5380.0128.09-
YUV214.3470.81104.22-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.21%
GREEN value IS 251 (98.44% from 255) = 46.06%
BLUE value IS 113 (44.53% from 255) = 20.73%
R=33.21%
G=46.06%
B=20.73%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1812511130.2800.550.0290.4394.5271.37
HexB5FB711C03725a5f47
Octal265373161340672132137107
Binary1011010111111011111000111100011011110101101010111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5FB71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5FB71; }

 p { color: rgb(181,251,113); }

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

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

 a { background-color: rgb(181,251,113); }

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

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

 span { border-color: rgb(181,251,113); }

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