Html Css Color HEX #B2F011 Inch Worm

📋 copy color: '#B2F011'

red 178 ◦ green 240 ◦ blue 17

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

Shades of Inch Worm #B2F011

Tints of Inch Worm #B2F011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.91%

R = 40.92%
G = 55.17%
B = 3.91%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#B2F011 (or 0xB2F011) is known color: Inch Worm. HEX triplet: B2, F0 and 11. RGB value is (178,240,17). Sum of RGB (Red+Green+Blue) = 178+240+17=435 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.92% from 435); Green value is 240 (94.14% from 255 or 55.17% from 435); Blue value is 17 (7.03% from 255 or 3.91% from 435); Max value from RGB is 240 - color contains mainly: green. Hex color #B2F011 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B2F011 is #4D0FEE. Grayscale: #C4C4C4. Windows color (decimal): -5050351 or 1175730. OLE color: 1175730.

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

Color convert

RGB 178 240 17 -
CMYK 0.26 0 0.93 0.06
HSL 76.68º 0.88% 0.5% -
HSV(B) 76.68º 0.93% 0.94% -
XYZ 49.62 71.83 11.78 -
YUV 196.04 26.96 115.13 -
System Red Green Blue C M Y K H S L
Decimal 178 240 17 0.26 0 0.93 0.06 76.68 0.88 0.5
Hex B2 F0 11 1A 0 5D 6 4D 58 32
Octal 262 360 21 32 0 135 6 115 130 62
Binary 10110010 11110000 10001 11010 0 1011101 110 1001101 1011000 110010

Color Harmonies of #B2F011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F011

Black with #B2F011

Text Example


Text Example

White with #B2F011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F011; }

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

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

background-color css

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

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

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

border-color css

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

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

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