#B5F43F

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

Shades of Green Yellow #B5F43F

Tints of Green Yellow #B5F43F

Color information

#B5F43F (or 0xB5F43F) is unknown color: approx Green Yellow. HEX triplet: B5, F4 and 3F. RGB value is (181,244,63). Sum of RGB (Red+Green+Blue) = 181+244+63=488 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.09% from 488); Green value is 244 (95.70% from 255 or 50% from 488); Blue value is 63 (25% from 255 or 12.91% from 488); Max value from RGB is 244 - color contains mainly: green. Hex color #B5F43F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B5F43F is #4A0BC0. Grayscale: #CDCDCD. Windows color (decimal): -4852673 or 4191413. OLE color: 4191413.

HSL color Cylindrical-coordinate representation of color #B5F43F: hue angle of 80.88º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B5F43F is Cyan = 0.26, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.04.

Color convert

RGB18124463-
CMYK0.2600.740.04
HSL80.88º89.16%60.2%-
HSV(B)80.88º74.18%95.69%-
XYZ52.374.8816.4-
YUV204.5348.13111.22-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.09%
GREEN value IS 244 (95.70% from 255) = 50%
BLUE value IS 63 (25% from 255) = 12.91%
R=37.09%
G=50%
B=12.91%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal181244630.2600.740.0480.8889.1660.2
HexB5F43F1A04A451593c
Octal26536477320112412113174
Binary1011010111110100111111110100100101010010100011011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5F43F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5F43F; }

 p { color: rgb(181,244,63); }

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

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

 a { background-color: rgb(181,244,63); }

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

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

 span { border-color: rgb(181,244,63); }

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