Html Css Color HEX #B2F40F Inch Worm

📋 copy color: '#B2F40F'

red 178 ◦ green 244 ◦ blue 15

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

Shades of Inch Worm #B2F40F

Tints of Inch Worm #B2F40F

RGB

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

 GREEN value IS 244 (95.7% from 255) = 55.84%

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

R = 40.73%
G = 55.84%
B = 3.43%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#B2F40F (or 0xB2F40F) is known color: Inch Worm. HEX triplet: B2, F4 and 0F. RGB value is (178,244,15). Sum of RGB (Red+Green+Blue) = 178+244+15=437 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.73% from 437); Green value is 244 (95.70% from 255 or 55.84% from 437); Blue value is 15 (6.25% from 255 or 3.43% from 437); Max value from RGB is 244 - color contains mainly: green. Hex color #B2F40F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B2F40F is #4D0BF0. Grayscale: #C7C7C7. Windows color (decimal): -5049329 or 1045682. OLE color: 1045682.

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

Color convert

RGB 178 244 15 -
CMYK 0.27 0 0.94 0.04
HSL 77.29º 0.91% 0.51% -
HSV(B) 77.29º 0.94% 0.96% -
XYZ 50.8 74.2 12.1 -
YUV 198.16 24.63 113.62 -
System Red Green Blue C M Y K H S L
Decimal 178 244 15 0.27 0 0.94 0.04 77.29 0.91 0.51
Hex B2 F4 F 1B 0 5E 4 4D 5B 33
Octal 262 364 17 33 0 136 4 115 133 63
Binary 10110010 11110100 1111 11011 0 1011110 100 1001101 1011011 110011

Color Harmonies of #B2F40F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F40F

Black with #B2F40F

Text Example


Text Example

White with #B2F40F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F40F; }

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

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

background-color css

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

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

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

border-color css

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

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

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