#b0f143

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

Shades of Green Yellow #B0F143

Tints of Green Yellow #B0F143

Color information

#B0F143 (or 0xB0F143) is unknown color: approx Green Yellow. HEX triplet: B0, F1 and 43. RGB value is (176,241,67). Sum of RGB (Red+Green+Blue) = 176+241+67=484 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.36% from 484); Green value is 241 (94.53% from 255 or 49.79% from 484); Blue value is 67 (26.56% from 255 or 13.84% from 484); Max value from RGB is 241 - color contains mainly: green. Hex color #B0F143 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0F143 is #4F0EBC. Grayscale: #CACACA. Windows color (decimal): -5181117 or 4452784. OLE color: 4452784.

HSL color Cylindrical-coordinate representation of color #B0F143: hue angle of 82.41º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B0F143 is Cyan = 0.27, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.

Color convert

RGB17624167-
CMYK0.2700.720.05
HSL82.41º86.14%60.39%-
HSV(B)82.41º72.2%94.51%-
XYZ50.3772.5516.66-
YUV201.7351.97109.65-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.36%
GREEN value IS 241 (94.53% from 255) = 49.79%
BLUE value IS 67 (26.56% from 255) = 13.84%
R=36.36%
G=49.79%
B=13.84%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal176241670.2700.720.0582.4186.1460.39
HexB0F1431B048552563c
Octal260361103330110512212674
Binary10110000111100011000011110110100100010110100101010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b0f143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b0f143; }

 p { color: rgb(176,241,67); }

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

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

 a { background-color: rgb(176,241,67); }

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

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

 span { border-color: rgb(176,241,67); }

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