#B8F32A

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

Shades of Green Yellow #B8F32A

Tints of Green Yellow #B8F32A

Color information

#B8F32A (or 0xB8F32A) is unknown color: approx Green Yellow. HEX triplet: B8, F3 and 2A. RGB value is (184,243,42). Sum of RGB (Red+Green+Blue) = 184+243+42=469 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.23% from 469); Green value is 243 (95.31% from 255 or 51.81% from 469); Blue value is 42 (16.80% from 255 or 8.96% from 469); Max value from RGB is 243 - color contains mainly: green. Hex color #B8F32A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B8F32A is #470CD5. Grayscale: #CBCBCB. Windows color (decimal): -4656342 or 2814904. OLE color: 2814904.

HSL color Cylindrical-coordinate representation of color #B8F32A: hue angle of 77.61º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B8F32A is Cyan = 0.24, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB18424342-
CMYK0.2400.830.05
HSL77.61º89.33%55.88%-
HSV(B)77.61º82.72%95.29%-
XYZ52.2474.4613.81-
YUV202.4437.45114.84-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.23%
GREEN value IS 243 (95.31% from 255) = 51.81%
BLUE value IS 42 (16.80% from 255) = 8.96%
R=39.23%
G=51.81%
B=8.96%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal184243420.2400.830.0577.6189.3355.88
HexB8F32A1805354e5938
Octal27036352300123511613170
Binary1011100011110011101010110000101001110110011101011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8F32A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8F32A; }

 p { color: rgb(184,243,42); }

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

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

 a { background-color: rgb(184,243,42); }

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

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

 span { border-color: rgb(184,243,42); }

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