Html Css Color HEX #B3F00F Inch Worm

📋 copy color: '#B3F00F'

red 179 ◦ green 240 ◦ blue 15

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

Shades of Inch Worm #B3F00F

Tints of Inch Worm #B3F00F

RGB

 RED value IS 179 (70.31% from 255) = 41.24%

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

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

R = 41.24%
G = 55.3%
B = 3.46%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#B3F00F (or 0xB3F00F) is known color: Inch Worm. HEX triplet: B3, F0 and 0F. RGB value is (179,240,15). Sum of RGB (Red+Green+Blue) = 179+240+15=434 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.24% from 434); Green value is 240 (94.14% from 255 or 55.30% from 434); Blue value is 15 (6.25% from 255 or 3.46% from 434); Max value from RGB is 240 - color contains mainly: green. Hex color #B3F00F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B3F00F is #4C0FF0. Grayscale: #C4C4C4. Windows color (decimal): -4984817 or 1044659. OLE color: 1044659.

HSL color Cylindrical-coordinate representation of color #B3F00F: hue angle of 76.27º 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 #B3F00F is Cyan = 0.25, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.06.

Color convert

RGB 179 240 15 -
CMYK 0.25 0 0.94 0.06
HSL 76.27º 0.88% 0.5% -
HSV(B) 76.27º 0.94% 0.94% -
XYZ 49.84 71.94 11.71 -
YUV 196.11 25.79 115.8 -
System Red Green Blue C M Y K H S L
Decimal 179 240 15 0.25 0 0.94 0.06 76.27 0.88 0.5
Hex B3 F0 F 19 0 5E 6 4C 58 32
Octal 263 360 17 31 0 136 6 114 130 62
Binary 10110011 11110000 1111 11001 0 1011110 110 1001100 1011000 110010

Color Harmonies of #B3F00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3F00F

Black with #B3F00F

Text Example


Text Example

White with #B3F00F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3F00F; }

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

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

background-color css

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

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

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

border-color css

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

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

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