Html Css Color HEX #B0F036 Green Yellow

📋 copy color: '#B0F036'

red 176 ◦ green 240 ◦ blue 54

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

Shades of Green Yellow #B0F036

Tints of Green Yellow #B0F036

RGB

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

 GREEN value IS 240 (94.14% from 255) = 51.06%

 BLUE value IS 54 (21.48% from 255) = 11.49%

R = 37.45%
G = 51.06%
B = 11.49%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#B0F036 (or 0xB0F036) is known color: Green Yellow. HEX triplet: B0, F0 and 36. RGB value is (176,240,54). Sum of RGB (Red+Green+Blue) = 176+240+54=470 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.45% from 470); Green value is 240 (94.14% from 255 or 51.06% from 470); Blue value is 54 (21.48% from 255 or 11.49% from 470); Max value from RGB is 240 - color contains mainly: green. Hex color #B0F036 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0F036 is #4F0FC9. Grayscale: #C8C8C8. Windows color (decimal): -5181386 or 3600560. OLE color: 3600560.

HSL color Cylindrical-coordinate representation of color #B0F036: hue angle of 80.65º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B0F036 is Cyan = 0.27, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.06.

Color convert

RGB 176 240 54 -
CMYK 0.27 0 0.78 0.06
HSL 80.65º 0.86% 0.58% -
HSV(B) 80.65º 0.78% 0.94% -
XYZ 49.73 71.82 14.73 -
YUV 199.66 45.8 111.12 -
System Red Green Blue C M Y K H S L
Decimal 176 240 54 0.27 0 0.78 0.06 80.65 0.86 0.58
Hex B0 F0 36 1B 0 4E 6 51 56 3A
Octal 260 360 66 33 0 116 6 121 126 72
Binary 10110000 11110000 110110 11011 0 1001110 110 1010001 1010110 111010

Color Harmonies of #B0F036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F036

Black with #B0F036

Text Example


Text Example

White with #B0F036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F036; }

 p { color: rgb(176,240,54); }

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

background-color css

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

 a { background-color: rgb(176,240,54); }

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

border-color css

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

 span { border-color: rgb(176,240,54); }

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