#B5FA6A

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

Shades of Sulu #B5FA6A

Tints of Sulu #B5FA6A

Color information

#B5FA6A (or 0xB5FA6A) is unknown color: approx Sulu. HEX triplet: B5, FA and 6A. RGB value is (181,250,106). Sum of RGB (Red+Green+Blue) = 181+250+106=537 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.71% from 537); Green value is 250 (98.05% from 255 or 46.55% from 537); Blue value is 106 (41.80% from 255 or 19.74% from 537); Max value from RGB is 250 - color contains mainly: green. Hex color #B5FA6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5FA6A is #4A0595. Grayscale: #D5D5D5. Windows color (decimal): -4851094 or 7010997. OLE color: 7010997.

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

Color convert

RGB181250106-
CMYK0.2800.580.02
HSL88.75º93.51%69.8%-
HSV(B)88.75º57.6%98.04%-
XYZ55.8479.2425.99-
YUV212.9567.64105.21-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.71%
GREEN value IS 250 (98.05% from 255) = 46.55%
BLUE value IS 106 (41.80% from 255) = 19.74%
R=33.71%
G=46.55%
B=19.74%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1812501060.2800.580.0288.7593.5169.8
HexB5FA6A1C03A2595e46
Octal265372152340722131136106
Binary1011010111111010110101011100011101010101100110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5FA6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5FA6A; }

 p { color: rgb(181,250,106); }

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

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

 a { background-color: rgb(181,250,106); }

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

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

 span { border-color: rgb(181,250,106); }

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