#B4FA7B

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

Shades of Sulu #B4FA7B

Tints of Sulu #B4FA7B

Color information

#B4FA7B (or 0xB4FA7B) is unknown color: approx Sulu. HEX triplet: B4, FA and 7B. RGB value is (180,250,123). Sum of RGB (Red+Green+Blue) = 180+250+123=553 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.55% from 553); Green value is 250 (98.05% from 255 or 45.21% from 553); Blue value is 123 (48.44% from 255 or 22.24% from 553); Max value from RGB is 250 - color contains mainly: green. Hex color #B4FA7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4FA7B is #4B0584. Grayscale: #D7D7D7. Windows color (decimal): -4916613 or 8125108. OLE color: 8125108.

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

Color convert

RGB180250123-
CMYK0.2800.510.02
HSL93.07º92.7%73.14%-
HSV(B)93.07º50.8%98.04%-
XYZ56.5879.531.1-
YUV214.5976.31103.33-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.55%
GREEN value IS 250 (98.05% from 255) = 45.21%
BLUE value IS 123 (48.44% from 255) = 22.24%
R=32.55%
G=45.21%
B=22.24%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1802501230.2800.510.0293.0792.773.14
HexB4FA7B1C03325d5d49
Octal264372173340632135135111
Binary1011010011111010111101111100011001110101110110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FA7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FA7B; }

 p { color: rgb(180,250,123); }

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

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

 a { background-color: rgb(180,250,123); }

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

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

 span { border-color: rgb(180,250,123); }

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