Html Css Color HEX #B2F019 Inch Worm

📋 copy color: '#B2F019'

red 178 ◦ green 240 ◦ blue 25

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

Shades of Inch Worm #B2F019

Tints of Inch Worm #B2F019

RGB

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

 GREEN value IS 240 (94.14% from 255) = 54.18%

 BLUE value IS 25 (10.16% from 255) = 5.64%

R = 40.18%
G = 54.18%
B = 5.64%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#B2F019 (or 0xB2F019) is known color: Inch Worm. HEX triplet: B2, F0 and 19. RGB value is (178,240,25). Sum of RGB (Red+Green+Blue) = 178+240+25=443 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.18% from 443); Green value is 240 (94.14% from 255 or 54.18% from 443); Blue value is 25 (10.16% from 255 or 5.64% from 443); Max value from RGB is 240 - color contains mainly: green. Hex color #B2F019 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B2F019 is #4D0FE6. Grayscale: #C5C5C5. Windows color (decimal): -5050343 or 1700018. OLE color: 1700018.

HSL color Cylindrical-coordinate representation of color #B2F019: hue angle of 77.3º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B2F019 is Cyan = 0.26, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.06.

Color convert

RGB 178 240 25 -
CMYK 0.26 0 0.90 0.06
HSL 77.3º 0.88% 0.52% -
HSV(B) 77.3º 0.9% 0.94% -
XYZ 49.7 71.86 12.17 -
YUV 196.95 30.96 114.48 -
System Red Green Blue C M Y K H S L
Decimal 178 240 25 0.26 0 0.90 0.06 77.3 0.88 0.52
Hex B2 F0 19 1A 0 5A 6 4D 58 34
Octal 262 360 31 32 0 132 6 115 130 64
Binary 10110010 11110000 11001 11010 0 1011010 110 1001101 1011000 110100

Color Harmonies of #B2F019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F019

Black with #B2F019

Text Example


Text Example

White with #B2F019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F019; }

 p { color: rgb(178,240,25); }

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

background-color css

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

 a { background-color: rgb(178,240,25); }

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

border-color css

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

 span { border-color: rgb(178,240,25); }

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