Html Css Color HEX #B0F10C Inch Worm

📋 copy color: '#B0F10C'

red 176 ◦ green 241 ◦ blue 12

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

Shades of Inch Worm #B0F10C

Tints of Inch Worm #B0F10C

RGB

 RED value IS 176 (69.14% from 255) = 41.03%

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

 BLUE value IS 12 (5.08% from 255) = 2.8%

R = 41.03%
G = 56.18%
B = 2.8%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#B0F10C (or 0xB0F10C) is known color: Inch Worm. HEX triplet: B0, F1 and 0C. RGB value is (176,241,12). Sum of RGB (Red+Green+Blue) = 176+241+12=429 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.03% from 429); Green value is 241 (94.53% from 255 or 56.18% from 429); Blue value is 12 (5.08% from 255 or 2.80% from 429); Max value from RGB is 241 - color contains mainly: green. Hex color #B0F10C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B0F10C is #4F0EF3. Grayscale: #C4C4C4. Windows color (decimal): -5181172 or 848304. OLE color: 848304.

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

Color convert

RGB 176 241 12 -
CMYK 0.27 0 0.95 0.05
HSL 77.03º 0.91% 0.5% -
HSV(B) 77.03º 0.95% 0.95% -
XYZ 49.43 72.17 11.67 -
YUV 195.46 24.47 114.12 -
System Red Green Blue C M Y K H S L
Decimal 176 241 12 0.27 0 0.95 0.05 77.03 0.91 0.5
Hex B0 F1 C 1B 0 5F 5 4D 5B 32
Octal 260 361 14 33 0 137 5 115 133 62
Binary 10110000 11110001 1100 11011 0 1011111 101 1001101 1011011 110010

Color Harmonies of #B0F10C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F10C

Black with #B0F10C

Text Example


Text Example

White with #B0F10C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F10C; }

 p { color: rgb(176,241,12); }

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

background-color css

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

 a { background-color: rgb(176,241,12); }

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

border-color css

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

 span { border-color: rgb(176,241,12); }

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