Html Css Color HEX #B2F00F Inch Worm

📋 copy color: '#B2F00F'

red 178 ◦ green 240 ◦ blue 15

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

Shades of Inch Worm #B2F00F

Tints of Inch Worm #B2F00F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.46%

R = 41.11%
G = 55.43%
B = 3.46%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#B2F00F (or 0xB2F00F) is known color: Inch Worm. HEX triplet: B2, F0 and 0F. RGB value is (178,240,15). Sum of RGB (Red+Green+Blue) = 178+240+15=433 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.11% from 433); Green value is 240 (94.14% from 255 or 55.43% from 433); Blue value is 15 (6.25% from 255 or 3.46% from 433); Max value from RGB is 240 - color contains mainly: green. Hex color #B2F00F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B2F00F is #4D0FF0. Grayscale: #C4C4C4. Windows color (decimal): -5050353 or 1044658. OLE color: 1044658.

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

Color convert

RGB 178 240 15 -
CMYK 0.26 0 0.94 0.06
HSL 76.53º 0.88% 0.5% -
HSV(B) 76.53º 0.94% 0.94% -
XYZ 49.61 71.82 11.7 -
YUV 195.81 25.96 115.3 -
System Red Green Blue C M Y K H S L
Decimal 178 240 15 0.26 0 0.94 0.06 76.53 0.88 0.5
Hex B2 F0 F 1A 0 5E 6 4D 58 32
Octal 262 360 17 32 0 136 6 115 130 62
Binary 10110010 11110000 1111 11010 0 1011110 110 1001101 1011000 110010

Color Harmonies of #B2F00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F00F

Black with #B2F00F

Text Example


Text Example

White with #B2F00F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F00F; }

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

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

background-color css

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

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

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

border-color css

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

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

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