#B6FA7A

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

Shades of Sulu #B6FA7A

Tints of Sulu #B6FA7A

Color information

#B6FA7A (or 0xB6FA7A) is unknown color: approx Sulu. HEX triplet: B6, FA and 7A. RGB value is (182,250,122). Sum of RGB (Red+Green+Blue) = 182+250+122=554 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.85% from 554); Green value is 250 (98.05% from 255 or 45.13% from 554); Blue value is 122 (48.05% from 255 or 22.02% from 554); Max value from RGB is 250 - color contains mainly: green. Hex color #B6FA7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B6FA7A is #490585. Grayscale: #D7D7D7. Windows color (decimal): -4785542 or 8059574. OLE color: 8059574.

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

Color convert

RGB182250122-
CMYK0.2700.510.02
HSL91.88º92.75%72.94%-
HSV(B)91.88º51.2%98.04%-
XYZ56.9979.7230.8-
YUV215.0875.47104.41-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.85%
GREEN value IS 250 (98.05% from 255) = 45.13%
BLUE value IS 122 (48.05% from 255) = 22.02%
R=32.85%
G=45.13%
B=22.02%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1822501220.2700.510.0291.8892.7572.94
HexB6FA7A1B03325c5d49
Octal266372172330632134135111
Binary1011011011111010111101011011011001110101110010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6FA7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6FA7A; }

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

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

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

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

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

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

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

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