Html Css Color HEX #B0E021 Inch Worm

📋 copy color: '#B0E021'

red 176 ◦ green 224 ◦ blue 33

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

Shades of Inch Worm #B0E021

Tints of Inch Worm #B0E021

RGB

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

 GREEN value IS 224 (87.89% from 255) = 51.73%

 BLUE value IS 33 (13.28% from 255) = 7.62%

R = 40.65%
G = 51.73%
B = 7.62%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#B0E021 (or 0xB0E021) is known color: Inch Worm. HEX triplet: B0, E0 and 21. RGB value is (176,224,33). Sum of RGB (Red+Green+Blue) = 176+224+33=433 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.65% from 433); Green value is 224 (87.89% from 255 or 51.73% from 433); Blue value is 33 (13.28% from 255 or 7.62% from 433); Max value from RGB is 224 - color contains mainly: green. Hex color #B0E021 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0E021 is #4F1FDE. Grayscale: #BCBCBC. Windows color (decimal): -5185503 or 2220208. OLE color: 2220208.

HSL color Cylindrical-coordinate representation of color #B0E021: hue angle of 75.08º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B0E021 is Cyan = 0.21, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.12.

Color convert

RGB 176 224 33 -
CMYK 0.21 0 0.85 0.12
HSL 75.08º 0.75% 0.5% -
HSV(B) 75.08º 0.85% 0.88% -
XYZ 44.83 62.65 11.17 -
YUV 187.87 40.6 119.53 -
System Red Green Blue C M Y K H S L
Decimal 176 224 33 0.21 0 0.85 0.12 75.08 0.75 0.5
Hex B0 E0 21 15 0 55 C 4B 4B 32
Octal 260 340 41 25 0 125 14 113 113 62
Binary 10110000 11100000 100001 10101 0 1010101 1100 1001011 1001011 110010

Color Harmonies of #B0E021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E021

Black with #B0E021

Text Example


Text Example

White with #B0E021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E021; }

 p { color: rgb(176,224,33); }

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

background-color css

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

 a { background-color: rgb(176,224,33); }

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

border-color css

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

 span { border-color: rgb(176,224,33); }

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