Html Css Color HEX #B0F02D Green Yellow

📋 copy color: '#B0F02D'

red 176 ◦ green 240 ◦ blue 45

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

Shades of Green Yellow #B0F02D

Tints of Green Yellow #B0F02D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.76%

R = 38.18%
G = 52.06%
B = 9.76%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#B0F02D (or 0xB0F02D) is known color: Green Yellow. HEX triplet: B0, F0 and 2D. RGB value is (176,240,45). Sum of RGB (Red+Green+Blue) = 176+240+45=461 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.18% from 461); Green value is 240 (94.14% from 255 or 52.06% from 461); Blue value is 45 (17.97% from 255 or 9.76% from 461); Max value from RGB is 240 - color contains mainly: green. Hex color #B0F02D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0F02D is #4F0FD2. Grayscale: #C7C7C7. Windows color (decimal): -5181395 or 3010736. OLE color: 3010736.

HSL color Cylindrical-coordinate representation of color #B0F02D: hue angle of 79.69º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B0F02D is Cyan = 0.27, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.06.

Color convert

RGB 176 240 45 -
CMYK 0.27 0 0.81 0.06
HSL 79.69º 0.87% 0.56% -
HSV(B) 79.69º 0.81% 0.94% -
XYZ 49.54 71.74 13.72 -
YUV 198.63 41.3 111.86 -
System Red Green Blue C M Y K H S L
Decimal 176 240 45 0.27 0 0.81 0.06 79.69 0.87 0.56
Hex B0 F0 2D 1B 0 51 6 50 57 38
Octal 260 360 55 33 0 121 6 120 127 70
Binary 10110000 11110000 101101 11011 0 1010001 110 1010000 1010111 111000

Color Harmonies of #B0F02D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F02D

Black with #B0F02D

Text Example


Text Example

White with #B0F02D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F02D; }

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

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

background-color css

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

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

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

border-color css

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

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

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