#B0F73C

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

Shades of Green Yellow #B0F73C

Tints of Green Yellow #B0F73C

Color information

#B0F73C (or 0xB0F73C) is unknown color: approx Green Yellow. HEX triplet: B0, F7 and 3C. RGB value is (176,247,60). Sum of RGB (Red+Green+Blue) = 176+247+60=483 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.44% from 483); Green value is 247 (96.88% from 255 or 51.14% from 483); Blue value is 60 (23.83% from 255 or 12.42% from 483); Max value from RGB is 247 - color contains mainly: green. Hex color #B0F73C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0F73C is #4F08C3. Grayscale: #CDCDCD. Windows color (decimal): -5179588 or 3995568. OLE color: 3995568.

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

Color convert

RGB17624760-
CMYK0.2900.760.03
HSL82.78º92.12%60.2%-
HSV(B)82.78º75.71%96.86%-
XYZ51.9876.0816.22-
YUV204.4546.48107.71-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.44%
GREEN value IS 247 (96.88% from 255) = 51.14%
BLUE value IS 60 (23.83% from 255) = 12.42%
R=36.44%
G=51.14%
B=12.42%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal176247600.2900.760.0382.7892.1260.2
HexB0F73C1D04C3535c3c
Octal26036774350114312313474
Binary101100001111011111110011101010011001110100111011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F73C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F73C; }

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

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

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

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

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

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

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

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