Html Css Color HEX #B2E416 Inch Worm

📋 copy color: '#B2E416'

red 178 ◦ green 228 ◦ blue 22

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

Shades of Inch Worm #B2E416

Tints of Inch Worm #B2E416

RGB

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

 GREEN value IS 228 (89.45% from 255) = 53.27%

 BLUE value IS 22 (8.98% from 255) = 5.14%

R = 41.59%
G = 53.27%
B = 5.14%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.90

 K value IS 0.11

RGB Variations

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

Color information

#B2E416 (or 0xB2E416) is known color: Inch Worm. HEX triplet: B2, E4 and 16. RGB value is (178,228,22). Sum of RGB (Red+Green+Blue) = 178+228+22=428 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.59% from 428); Green value is 228 (89.45% from 255 or 53.27% from 428); Blue value is 22 (8.98% from 255 or 5.14% from 428); Max value from RGB is 228 - color contains mainly: green. Hex color #B2E416 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2E416 is #4D1BE9. Grayscale: #BEBEBE. Windows color (decimal): -5053418 or 1500338. OLE color: 1500338.

HSL color Cylindrical-coordinate representation of color #B2E416: hue angle of 74.56º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B2E416 is Cyan = 0.22, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.11.

Color convert

RGB 178 228 22 -
CMYK 0.22 0 0.90 0.11
HSL 74.56º 0.82% 0.49% -
HSV(B) 74.56º 0.9% 0.89% -
XYZ 46.25 65.01 10.87 -
YUV 189.57 33.44 119.75 -
System Red Green Blue C M Y K H S L
Decimal 178 228 22 0.22 0 0.90 0.11 74.56 0.82 0.49
Hex B2 E4 16 16 0 5A B 4B 52 31
Octal 262 344 26 26 0 132 13 113 122 61
Binary 10110010 11100100 10110 10110 0 1011010 1011 1001011 1010010 110001

Color Harmonies of #B2E416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2E416

Black with #B2E416

Text Example


Text Example

White with #B2E416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2E416; }

 p { color: rgb(178,228,22); }

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

background-color css

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

 a { background-color: rgb(178,228,22); }

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

border-color css

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

 span { border-color: rgb(178,228,22); }

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