#B2F81B

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

Shades of Green Yellow #B2F81B

Tints of Green Yellow #B2F81B

Color information

#B2F81B (or 0xB2F81B) is unknown color: approx Green Yellow. HEX triplet: B2, F8 and 1B. RGB value is (178,248,27). Sum of RGB (Red+Green+Blue) = 178+248+27=453 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.29% from 453); Green value is 248 (97.27% from 255 or 54.75% from 453); Blue value is 27 (10.94% from 255 or 5.96% from 453); Max value from RGB is 248 - color contains mainly: green. Hex color #B2F81B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B2F81B is #4D07E4. Grayscale: #CACACA. Windows color (decimal): -5048293 or 1833138. OLE color: 1833138.

HSL color Cylindrical-coordinate representation of color #B2F81B: hue angle of 79º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B2F81B is Cyan = 0.28, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.03.

Color convert

RGB17824827-
CMYK0.2800.890.03
HSL79º94.04%53.92%-
HSV(B)79º89.11%97.25%-
XYZ52.1376.6813.09-
YUV201.8829.31110.97-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.29%
GREEN value IS 248 (97.27% from 255) = 54.75%
BLUE value IS 27 (10.94% from 255) = 5.96%
R=39.29%
G=54.75%
B=5.96%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal178248270.2800.890.037994.0453.92
HexB2F81B1C05934f5e36
Octal26237033340131311713666
Binary10110010111110001101111100010110011110011111011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2F81B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2F81B; }

 p { color: rgb(178,248,27); }

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

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

 a { background-color: rgb(178,248,27); }

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

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

 span { border-color: rgb(178,248,27); }

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