Html Css Color HEX #B2F10F Inch Worm

📋 copy color: '#B2F10F'

red 178 ◦ green 241 ◦ blue 15

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

Shades of Inch Worm #B2F10F

Tints of Inch Worm #B2F10F

RGB

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

 GREEN value IS 241 (94.53% from 255) = 55.53%

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

R = 41.01%
G = 55.53%
B = 3.46%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#B2F10F (or 0xB2F10F) is known color: Inch Worm. HEX triplet: B2, F1 and 0F. RGB value is (178,241,15). Sum of RGB (Red+Green+Blue) = 178+241+15=434 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.01% from 434); Green value is 241 (94.53% from 255 or 55.53% from 434); Blue value is 15 (6.25% from 255 or 3.46% from 434); Max value from RGB is 241 - color contains mainly: green. Hex color #B2F10F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B2F10F is #4D0EF0. Grayscale: #C5C5C5. Windows color (decimal): -5050097 or 1044914. OLE color: 1044914.

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

Color convert

RGB 178 241 15 -
CMYK 0.26 0 0.94 0.05
HSL 76.73º 0.89% 0.5% -
HSV(B) 76.73º 0.94% 0.95% -
XYZ 49.9 72.41 11.8 -
YUV 196.4 25.63 114.88 -
System Red Green Blue C M Y K H S L
Decimal 178 241 15 0.26 0 0.94 0.05 76.73 0.89 0.5
Hex B2 F1 F 1A 0 5E 5 4D 59 32
Octal 262 361 17 32 0 136 5 115 131 62
Binary 10110010 11110001 1111 11010 0 1011110 101 1001101 1011001 110010

Color Harmonies of #B2F10F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F10F

Black with #B2F10F

Text Example


Text Example

White with #B2F10F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F10F; }

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

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

background-color css

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

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

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

border-color css

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

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

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