Html Css Color HEX #B2F616 Inch Worm

📋 copy color: '#B2F616'

red 178 ◦ green 246 ◦ blue 22

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

Shades of Inch Worm #B2F616

Tints of Inch Worm #B2F616

RGB

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

 GREEN value IS 246 (96.48% from 255) = 55.16%

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

R = 39.91%
G = 55.16%
B = 4.93%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#B2F616 (or 0xB2F616) is known color: Inch Worm. HEX triplet: B2, F6 and 16. RGB value is (178,246,22). Sum of RGB (Red+Green+Blue) = 178+246+22=446 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.91% from 446); Green value is 246 (96.48% from 255 or 55.16% from 446); Blue value is 22 (8.98% from 255 or 4.93% from 446); Max value from RGB is 246 - color contains mainly: green. Hex color #B2F616 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B2F616 is #4D09E9. Grayscale: #C8C8C8. Windows color (decimal): -5048810 or 1504946. OLE color: 1504946.

HSL color Cylindrical-coordinate representation of color #B2F616: hue angle of 78.21º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B2F616 is Cyan = 0.28, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.

Color convert

RGB 178 246 22 -
CMYK 0.28 0 0.91 0.04
HSL 78.21º 0.93% 0.53% -
HSV(B) 78.21º 0.91% 0.96% -
XYZ 51.46 75.43 12.61 -
YUV 200.13 27.47 112.21 -
System Red Green Blue C M Y K H S L
Decimal 178 246 22 0.28 0 0.91 0.04 78.21 0.93 0.53
Hex B2 F6 16 1C 0 5B 4 4E 5D 35
Octal 262 366 26 34 0 133 4 116 135 65
Binary 10110010 11110110 10110 11100 0 1011011 100 1001110 1011101 110101

Color Harmonies of #B2F616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F616

Black with #B2F616

Text Example


Text Example

White with #B2F616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F616; }

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

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

background-color css

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

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

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

border-color css

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

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

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