#B4FA7A

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

Shades of Sulu #B4FA7A

Tints of Sulu #B4FA7A

Color information

#B4FA7A (or 0xB4FA7A) is unknown color: approx Sulu. HEX triplet: B4, FA and 7A. RGB value is (180,250,122). Sum of RGB (Red+Green+Blue) = 180+250+122=552 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.61% from 552); Green value is 250 (98.05% from 255 or 45.29% from 552); Blue value is 122 (48.05% from 255 or 22.10% from 552); Max value from RGB is 250 - color contains mainly: green. Hex color #B4FA7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4FA7A is #4B0585. Grayscale: #D6D6D6. Windows color (decimal): -4916614 or 8059572. OLE color: 8059572.

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

Color convert

RGB180250122-
CMYK0.2800.510.02
HSL92.81º92.75%72.94%-
HSV(B)92.81º51.2%98.04%-
XYZ56.5279.4830.77-
YUV214.4875.81103.41-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.61%
GREEN value IS 250 (98.05% from 255) = 45.29%
BLUE value IS 122 (48.05% from 255) = 22.10%
R=32.61%
G=45.29%
B=22.10%

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
Decimal1802501220.2800.510.0292.8192.7572.94
HexB4FA7A1C03325d5d49
Octal264372172340632135135111
Binary1011010011111010111101011100011001110101110110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FA7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FA7A; }

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

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

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

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

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

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

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

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