Html Css Color HEX #B0FE1F Green Yellow

📋 copy color: '#B0FE1F'

red 176 ◦ green 254 ◦ blue 31

#B0FE1F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Yellow #B0FE1F

Tints of Green Yellow #B0FE1F

RGB

 RED value IS 176 (69.14% from 255) = 38.18%

 GREEN value IS 254 (99.61% from 255) = 55.1%

 BLUE value IS 31 (12.5% from 255) = 6.72%

R = 38.18%
G = 55.1%
B = 6.72%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.88

 K value IS 0.00

RGB Variations

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

Color information

#B0FE1F (or 0xB0FE1F) is known color: Green Yellow. HEX triplet: B0, FE and 1F. RGB value is (176,254,31). Sum of RGB (Red+Green+Blue) = 176+254+31=461 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.18% from 461); Green value is 254 (99.61% from 255 or 55.10% from 461); Blue value is 31 (12.5% from 255 or 6.72% from 461); Max value from RGB is 254 - color contains mainly: green. Hex color #B0FE1F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0FE1F is #4F01E0. Grayscale: #CECECE. Windows color (decimal): -5177825 or 2096816. OLE color: 2096816.

HSL color Cylindrical-coordinate representation of color #B0FE1F: hue angle of 80.99º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B0FE1F is Cyan = 0.31, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.00.

Color convert

RGB 176 254 31 -
CMYK 0.31 0 0.88 0.00
HSL 80.99º 0.99% 0.56% -
HSV(B) 80.99º 0.88% 1% -
XYZ 53.59 80.21 13.95 -
YUV 205.26 29.66 107.13 -
System Red Green Blue C M Y K H S L
Decimal 176 254 31 0.31 0 0.88 0.00 80.99 0.99 0.56
Hex B0 FE 1F 1F 0 58 0 51 63 38
Octal 260 376 37 37 0 130 0 121 143 70
Binary 10110000 11111110 11111 11111 0 1011000 0 1010001 1100011 111000

Color Harmonies of #B0FE1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FE1F

Black with #B0FE1F

Text Example


Text Example

White with #B0FE1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FE1F; }

 p { color: rgb(176,254,31); }

 H1.HeaderClassName
 {
   color: #B0FE1F;
 }
 .AnyTagClassName
 {
   color: #B0FE1F;
 }
</style>

background-color css

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

 a { background-color: rgb(176,254,31); }

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

border-color css

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

 span { border-color: rgb(176,254,31); }

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