Html Css Color HEX #B0EE20 Inch Worm

📋 copy color: '#B0EE20'

red 176 ◦ green 238 ◦ blue 32

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

Shades of Inch Worm #B0EE20

Tints of Inch Worm #B0EE20

RGB

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

 GREEN value IS 238 (93.36% from 255) = 53.36%

 BLUE value IS 32 (12.89% from 255) = 7.17%

R = 39.46%
G = 53.36%
B = 7.17%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#B0EE20 (or 0xB0EE20) is known color: Inch Worm. HEX triplet: B0, EE and 20. RGB value is (176,238,32). Sum of RGB (Red+Green+Blue) = 176+238+32=446 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.46% from 446); Green value is 238 (93.36% from 255 or 53.36% from 446); Blue value is 32 (12.89% from 255 or 7.17% from 446); Max value from RGB is 238 - color contains mainly: green. Hex color #B0EE20 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0EE20 is #4F11DF. Grayscale: #C4C4C4. Windows color (decimal): -5181920 or 2158256. OLE color: 2158256.

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

Color convert

RGB 176 238 32 -
CMYK 0.26 0 0.87 0.07
HSL 78.06º 0.86% 0.53% -
HSV(B) 78.06º 0.87% 0.93% -
XYZ 48.74 70.48 12.4 -
YUV 195.98 35.46 113.75 -
System Red Green Blue C M Y K H S L
Decimal 176 238 32 0.26 0 0.87 0.07 78.06 0.86 0.53
Hex B0 EE 20 1A 0 57 7 4E 56 35
Octal 260 356 40 32 0 127 7 116 126 65
Binary 10110000 11101110 100000 11010 0 1010111 111 1001110 1010110 110101

Color Harmonies of #B0EE20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0EE20

Black with #B0EE20

Text Example


Text Example

White with #B0EE20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0EE20; }

 p { color: rgb(176,238,32); }

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

background-color css

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

 a { background-color: rgb(176,238,32); }

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

border-color css

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

 span { border-color: rgb(176,238,32); }

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