#B0F135

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

Shades of Green Yellow #B0F135

Tints of Green Yellow #B0F135

Color information

#B0F135 (or 0xB0F135) is unknown color: approx Green Yellow. HEX triplet: B0, F1 and 35. RGB value is (176,241,53). Sum of RGB (Red+Green+Blue) = 176+241+53=470 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.45% from 470); Green value is 241 (94.53% from 255 or 51.28% from 470); Blue value is 53 (21.09% from 255 or 11.28% from 470); Max value from RGB is 241 - color contains mainly: green. Hex color #B0F135 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0F135 is #4F0ECA. Grayscale: #C8C8C8. Windows color (decimal): -5181131 or 3535280. OLE color: 3535280.

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

Color convert

RGB17624153-
CMYK0.2700.780.05
HSL80.74º87.04%57.65%-
HSV(B)80.74º78.01%94.51%-
XYZ5072.414.71-
YUV200.1344.97110.79-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.45%
GREEN value IS 241 (94.53% from 255) = 51.28%
BLUE value IS 53 (21.09% from 255) = 11.28%
R=37.45%
G=51.28%
B=11.28%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal176241530.2700.780.0580.7487.0457.65
HexB0F1351B04E551573a
Octal26036165330116512112772
Binary1011000011110001110101110110100111010110100011010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F135; }

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

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

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

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

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

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

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

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