#B0F138

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

Shades of Green Yellow #B0F138

Tints of Green Yellow #B0F138

Color information

#B0F138 (or 0xB0F138) is unknown color: approx Green Yellow. HEX triplet: B0, F1 and 38. RGB value is (176,241,56). Sum of RGB (Red+Green+Blue) = 176+241+56=473 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.21% from 473); Green value is 241 (94.53% from 255 or 50.95% from 473); Blue value is 56 (22.27% from 255 or 11.84% from 473); Max value from RGB is 241 - color contains mainly: green. Hex color #B0F138 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0F138 is #4F0EC7. Grayscale: #C9C9C9. Windows color (decimal): -5181128 or 3731888. OLE color: 3731888.

HSL color Cylindrical-coordinate representation of color #B0F138: hue angle of 81.08º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B0F138 is Cyan = 0.27, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.

Color convert

RGB17624156-
CMYK0.2700.770.05
HSL81.08º86.85%58.24%-
HSV(B)81.08º76.76%94.51%-
XYZ50.0772.4315.08-
YUV200.4746.47110.54-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.21%
GREEN value IS 241 (94.53% from 255) = 50.95%
BLUE value IS 56 (22.27% from 255) = 11.84%
R=37.21%
G=50.95%
B=11.84%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal176241560.2700.770.0581.0886.8558.24
HexB0F1381B04D551573a
Octal26036170330115512112772
Binary1011000011110001111000110110100110110110100011010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F138; }

 p { color: rgb(176,241,56); }

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

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

 a { background-color: rgb(176,241,56); }

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

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

 span { border-color: rgb(176,241,56); }

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