#B4FA6F

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

Shades of Sulu #B4FA6F

Tints of Sulu #B4FA6F

Color information

#B4FA6F (or 0xB4FA6F) is unknown color: approx Sulu. HEX triplet: B4, FA and 6F. RGB value is (180,250,111). Sum of RGB (Red+Green+Blue) = 180+250+111=541 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.27% from 541); Green value is 250 (98.05% from 255 or 46.21% from 541); Blue value is 111 (43.75% from 255 or 20.52% from 541); Max value from RGB is 250 - color contains mainly: green. Hex color #B4FA6F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4FA6F is #4B0590. Grayscale: #D5D5D5. Windows color (decimal): -4916625 or 7338676. OLE color: 7338676.

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

Color convert

RGB180250111-
CMYK0.2800.560.02
HSL90.22º93.29%70.78%-
HSV(B)90.22º55.6%98.04%-
XYZ55.8879.2227.39-
YUV213.2270.31104.3-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.27%
GREEN value IS 250 (98.05% from 255) = 46.21%
BLUE value IS 111 (43.75% from 255) = 20.52%
R=33.27%
G=46.21%
B=20.52%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1802501110.2800.560.0290.2293.2970.78
HexB4FA6F1C03825a5d47
Octal264372157340702132135107
Binary1011010011111010110111111100011100010101101010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FA6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FA6F; }

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

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

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

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

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

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

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

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