#B5FA48

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

Shades of Green Yellow #B5FA48

Tints of Green Yellow #B5FA48

Color information

#B5FA48 (or 0xB5FA48) is unknown color: approx Green Yellow. HEX triplet: B5, FA and 48. RGB value is (181,250,72). Sum of RGB (Red+Green+Blue) = 181+250+72=503 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.98% from 503); Green value is 250 (98.05% from 255 or 49.70% from 503); Blue value is 72 (28.52% from 255 or 14.31% from 503); Max value from RGB is 250 - color contains mainly: green. Hex color #B5FA48 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B5FA48 is #4A05B7. Grayscale: #D1D1D1. Windows color (decimal): -4851128 or 4782773. OLE color: 4782773.

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

Color convert

RGB18125072-
CMYK0.2800.710.02
HSL83.26º94.68%63.14%-
HSV(B)83.26º71.2%98.04%-
XYZ54.4178.6618.45-
YUV209.0850.64107.97-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.98%
GREEN value IS 250 (98.05% from 255) = 49.70%
BLUE value IS 72 (28.52% from 255) = 14.31%
R=35.98%
G=49.70%
B=14.31%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal181250720.2800.710.0283.2694.6863.14
HexB5FA481C0472535f3f
Octal265372110340107212313777
Binary1011010111111010100100011100010001111010100111011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5FA48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5FA48; }

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

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

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

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

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

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

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

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