#B4FB71

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

Shades of Sulu #B4FB71

Tints of Sulu #B4FB71

Color information

#B4FB71 (or 0xB4FB71) is unknown color: approx Sulu. HEX triplet: B4, FB and 71. RGB value is (180,251,113). Sum of RGB (Red+Green+Blue) = 180+251+113=544 (72% of max value = 765). Red value is 180 (70.70% from 255 or 33.09% from 544); Green value is 251 (98.44% from 255 or 46.14% from 544); Blue value is 113 (44.53% from 255 or 20.77% from 544); Max value from RGB is 251 - color contains mainly: green. Hex color #B4FB71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4FB71 is #4B048E. Grayscale: #D6D6D6. Windows color (decimal): -4916367 or 7470004. OLE color: 7470004.

HSL color Cylindrical-coordinate representation of color #B4FB71: hue angle of 90.87º 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 #B4FB71 is Cyan = 0.28, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB180251113-
CMYK0.2800.550.02
HSL90.87º94.52%71.37%-
HSV(B)90.87º54.98%98.43%-
XYZ56.379.8928.08-
YUV214.0470.98103.72-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.09%
GREEN value IS 251 (98.44% from 255) = 46.14%
BLUE value IS 113 (44.53% from 255) = 20.77%
R=33.09%
G=46.14%
B=20.77%

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
Decimal1802511130.2800.550.0290.8794.5271.37
HexB4FB711C03725b5f47
Octal264373161340672133137107
Binary1011010011111011111000111100011011110101101110111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FB71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FB71; }

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

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

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

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

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

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

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

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