#B0F72F

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

Shades of Green Yellow #B0F72F

Tints of Green Yellow #B0F72F

Color information

#B0F72F (or 0xB0F72F) is unknown color: approx Green Yellow. HEX triplet: B0, F7 and 2F. RGB value is (176,247,47). Sum of RGB (Red+Green+Blue) = 176+247+47=470 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.45% from 470); Green value is 247 (96.88% from 255 or 52.55% from 470); Blue value is 47 (18.75% from 255 or 10% from 470); Max value from RGB is 247 - color contains mainly: green. Hex color #B0F72F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0F72F is #4F08D0. Grayscale: #CBCBCB. Windows color (decimal): -5179601 or 3143600. OLE color: 3143600.

HSL color Cylindrical-coordinate representation of color #B0F72F: hue angle of 81.3º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B0F72F is Cyan = 0.29, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.03.

Color convert

RGB17624747-
CMYK0.2900.810.03
HSL81.3º92.59%57.65%-
HSV(B)81.3º80.97%96.86%-
XYZ51.6875.9614.63-
YUV202.9739.98108.76-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.45%
GREEN value IS 247 (96.88% from 255) = 52.55%
BLUE value IS 47 (18.75% from 255) = 10%
R=37.45%
G=52.55%
B=10%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal176247470.2900.810.0381.392.5957.65
HexB0F72F1D0513515d3a
Octal26036757350121312113572
Binary101100001111011110111111101010100011110100011011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F72F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F72F; }

 p { color: rgb(176,247,47); }

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

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

 a { background-color: rgb(176,247,47); }

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

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

 span { border-color: rgb(176,247,47); }

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