#B0F93C

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

Shades of Green Yellow #B0F93C

Tints of Green Yellow #B0F93C

Color information

#B0F93C (or 0xB0F93C) is unknown color: approx Green Yellow. HEX triplet: B0, F9 and 3C. RGB value is (176,249,60). Sum of RGB (Red+Green+Blue) = 176+249+60=485 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.29% from 485); Green value is 249 (97.66% from 255 or 51.34% from 485); Blue value is 60 (23.83% from 255 or 12.37% from 485); Max value from RGB is 249 - color contains mainly: green. Hex color #B0F93C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0F93C is #4F06C3. Grayscale: #CECECE. Windows color (decimal): -5179076 or 3996080. OLE color: 3996080.

HSL color Cylindrical-coordinate representation of color #B0F93C: hue angle of 83.17º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B0F93C is Cyan = 0.29, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.

Color convert

RGB17624960-
CMYK0.2900.760.02
HSL83.17º94.03%60.59%-
HSV(B)83.17º75.9%97.65%-
XYZ52.677.3116.42-
YUV205.6345.82106.87-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.29%
GREEN value IS 249 (97.66% from 255) = 51.34%
BLUE value IS 60 (23.83% from 255) = 12.37%
R=36.29%
G=51.34%
B=12.37%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal176249600.2900.760.0283.1794.0360.59
HexB0F93C1D04C2535e3d
Octal26037174350114212313675
Binary101100001111100111110011101010011001010100111011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F93C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F93C; }

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

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

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

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

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

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

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

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