#B0FA27

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

Shades of Green Yellow #B0FA27

Tints of Green Yellow #B0FA27

Color information

#B0FA27 (or 0xB0FA27) is unknown color: approx Green Yellow. HEX triplet: B0, FA and 27. RGB value is (176,250,39). Sum of RGB (Red+Green+Blue) = 176+250+39=465 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.85% from 465); Green value is 250 (98.05% from 255 or 53.76% from 465); Blue value is 39 (15.62% from 255 or 8.39% from 465); Max value from RGB is 250 - color contains mainly: green. Hex color #B0FA27 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0FA27 is #4F05D8. Grayscale: #CCCCCC. Windows color (decimal): -5178841 or 2620080. OLE color: 2620080.

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

Color convert

RGB17625039-
CMYK0.3000.840.02
HSL81.04º95.48%56.67%-
HSV(B)81.04º84.4%98.04%-
XYZ52.4677.7514.16-
YUV203.8234.98108.16-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.85%
GREEN value IS 250 (98.05% from 255) = 53.76%
BLUE value IS 39 (15.62% from 255) = 8.39%
R=37.85%
G=53.76%
B=8.39%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal176250390.3000.840.0281.0495.4856.67
HexB0FA271E0542515f39
Octal26037247360124212113771
Binary101100001111101010011111110010101001010100011011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FA27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FA27; }

 p { color: rgb(176,250,39); }

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

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

 a { background-color: rgb(176,250,39); }

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

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

 span { border-color: rgb(176,250,39); }

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