#B0F73F

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

Shades of Green Yellow #B0F73F

Tints of Green Yellow #B0F73F

Color information

#B0F73F (or 0xB0F73F) is unknown color: approx Green Yellow. HEX triplet: B0, F7 and 3F. RGB value is (176,247,63). Sum of RGB (Red+Green+Blue) = 176+247+63=486 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.21% from 486); Green value is 247 (96.88% from 255 or 50.82% from 486); Blue value is 63 (25% from 255 or 12.96% from 486); Max value from RGB is 247 - color contains mainly: green. Hex color #B0F73F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0F73F is #4F08C0. Grayscale: #CDCDCD. Windows color (decimal): -5179585 or 4192176. OLE color: 4192176.

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

Color convert

RGB17624763-
CMYK0.2900.740.03
HSL83.15º92%60.78%-
HSV(B)83.15º74.49%96.86%-
XYZ52.0676.1116.65-
YUV204.847.98107.46-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.21%
GREEN value IS 247 (96.88% from 255) = 50.82%
BLUE value IS 63 (25% from 255) = 12.96%
R=36.21%
G=50.82%
B=12.96%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal176247630.2900.740.0383.159260.78
HexB0F73F1D04A3535c3d
Octal26036777350112312313475
Binary101100001111011111111111101010010101110100111011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F73F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F73F; }

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

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

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

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

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

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

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

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