#b0ef3b

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

Shades of Green Yellow #B0EF3B

Tints of Green Yellow #B0EF3B

Color information

#B0EF3B (or 0xB0EF3B) is unknown color: approx Green Yellow. HEX triplet: B0, EF and 3B. RGB value is (176,239,59). Sum of RGB (Red+Green+Blue) = 176+239+59=474 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.13% from 474); Green value is 239 (93.75% from 255 or 50.42% from 474); Blue value is 59 (23.44% from 255 or 12.45% from 474); Max value from RGB is 239 - color contains mainly: green. Hex color #B0EF3B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0EF3B is #4F10C4. Grayscale: #C8C8C8. Windows color (decimal): -5181637 or 3927984. OLE color: 3927984.

HSL color Cylindrical-coordinate representation of color #B0EF3B: hue angle of 81º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B0EF3B is Cyan = 0.26, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.

Color convert

RGB17623959-
CMYK0.2600.750.06
HSL81º84.91%58.43%-
HSV(B)81º75.31%93.73%-
XYZ49.5671.2815.28-
YUV199.6448.63111.14-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.13%
GREEN value IS 239 (93.75% from 255) = 50.42%
BLUE value IS 59 (23.44% from 255) = 12.45%
R=37.13%
G=50.42%
B=12.45%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal176239590.2600.750.068184.9158.43
HexB0EF3B1A04B651553a
Octal26035773320113612112572
Binary1011000011101111111011110100100101111010100011010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b0ef3b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b0ef3b; }

 p { color: rgb(176,239,59); }

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

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

 a { background-color: rgb(176,239,59); }

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

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

 span { border-color: rgb(176,239,59); }

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