Html Css Color HEX #B2E010 Inch Worm

📋 copy color: '#B2E010'

red 178 ◦ green 224 ◦ blue 16

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

Shades of Inch Worm #B2E010

Tints of Inch Worm #B2E010

RGB

 RED value IS 178 (69.92% from 255) = 42.58%

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

 BLUE value IS 16 (6.64% from 255) = 3.83%

R = 42.58%
G = 53.59%
B = 3.83%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#B2E010 (or 0xB2E010) is known color: Inch Worm. HEX triplet: B2, E0 and 10. RGB value is (178,224,16). Sum of RGB (Red+Green+Blue) = 178+224+16=418 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.58% from 418); Green value is 224 (87.89% from 255 or 53.59% from 418); Blue value is 16 (6.64% from 255 or 3.83% from 418); Max value from RGB is 224 - color contains mainly: green. Hex color #B2E010 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2E010 is #4D1FEF. Grayscale: #BBBBBB. Windows color (decimal): -5054448 or 1106098. OLE color: 1106098.

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

Color convert

RGB 178 224 16 -
CMYK 0.21 0 0.93 0.12
HSL 73.27º 0.87% 0.47% -
HSV(B) 73.27º 0.93% 0.88% -
XYZ 45.11 62.81 10.24 -
YUV 186.53 31.76 121.91 -
System Red Green Blue C M Y K H S L
Decimal 178 224 16 0.21 0 0.93 0.12 73.27 0.87 0.47
Hex B2 E0 10 15 0 5D C 49 57 2F
Octal 262 340 20 25 0 135 14 111 127 57
Binary 10110010 11100000 10000 10101 0 1011101 1100 1001001 1010111 101111

Color Harmonies of #B2E010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2E010

Black with #B2E010

Text Example


Text Example

White with #B2E010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2E010; }

 p { color: rgb(178,224,16); }

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

background-color css

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

 a { background-color: rgb(178,224,16); }

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

border-color css

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

 span { border-color: rgb(178,224,16); }

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