Html Css Color HEX #B0ED32 Green Yellow

📋 copy color: '#B0ED32'

red 176 ◦ green 237 ◦ blue 50

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

Shades of Green Yellow #B0ED32

Tints of Green Yellow #B0ED32

RGB

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

 GREEN value IS 237 (92.97% from 255) = 51.19%

 BLUE value IS 50 (19.92% from 255) = 10.8%

R = 38.01%
G = 51.19%
B = 10.8%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#B0ED32 (or 0xB0ED32) is known color: Green Yellow. HEX triplet: B0, ED and 32. RGB value is (176,237,50). Sum of RGB (Red+Green+Blue) = 176+237+50=463 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.01% from 463); Green value is 237 (92.97% from 255 or 51.19% from 463); Blue value is 50 (19.92% from 255 or 10.80% from 463); Max value from RGB is 237 - color contains mainly: green. Hex color #B0ED32 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0ED32 is #4F12CD. Grayscale: #C6C6C6. Windows color (decimal): -5182158 or 3337648. OLE color: 3337648.

HSL color Cylindrical-coordinate representation of color #B0ED32: hue angle of 79.57º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B0ED32 is Cyan = 0.26, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 237 50 -
CMYK 0.26 0 0.79 0.07
HSL 79.57º 0.84% 0.56% -
HSV(B) 79.57º 0.79% 0.93% -
XYZ 48.76 70.03 13.96 -
YUV 197.44 44.79 112.71 -
System Red Green Blue C M Y K H S L
Decimal 176 237 50 0.26 0 0.79 0.07 79.57 0.84 0.56
Hex B0 ED 32 1A 0 4F 7 50 54 38
Octal 260 355 62 32 0 117 7 120 124 70
Binary 10110000 11101101 110010 11010 0 1001111 111 1010000 1010100 111000

Color Harmonies of #B0ED32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0ED32

Black with #B0ED32

Text Example


Text Example

White with #B0ED32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0ED32; }

 p { color: rgb(176,237,50); }

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

background-color css

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

 a { background-color: rgb(176,237,50); }

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

border-color css

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

 span { border-color: rgb(176,237,50); }

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