Html Css Color HEX #B0F616 Inch Worm

📋 copy color: '#B0F616'

red 176 ◦ green 246 ◦ blue 22

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

Shades of Inch Worm #B0F616

Tints of Inch Worm #B0F616

RGB

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

 GREEN value IS 246 (96.48% from 255) = 55.41%

 BLUE value IS 22 (8.98% from 255) = 4.95%

R = 39.64%
G = 55.41%
B = 4.95%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#B0F616 (or 0xB0F616) is known color: Inch Worm. HEX triplet: B0, F6 and 16. RGB value is (176,246,22). Sum of RGB (Red+Green+Blue) = 176+246+22=444 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.64% from 444); Green value is 246 (96.48% from 255 or 55.41% from 444); Blue value is 22 (8.98% from 255 or 4.95% from 444); Max value from RGB is 246 - color contains mainly: green. Hex color #B0F616 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B0F616 is #4F09E9. Grayscale: #C8C8C8. Windows color (decimal): -5179882 or 1504944. OLE color: 1504944.

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

Color convert

RGB 176 246 22 -
CMYK 0.28 0 0.91 0.04
HSL 78.75º 0.93% 0.53% -
HSV(B) 78.75º 0.91% 0.96% -
XYZ 51.01 75.2 12.59 -
YUV 199.53 27.81 111.21 -
System Red Green Blue C M Y K H S L
Decimal 176 246 22 0.28 0 0.91 0.04 78.75 0.93 0.53
Hex B0 F6 16 1C 0 5B 4 4F 5D 35
Octal 260 366 26 34 0 133 4 117 135 65
Binary 10110000 11110110 10110 11100 0 1011011 100 1001111 1011101 110101

Color Harmonies of #B0F616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F616

Black with #B0F616

Text Example


Text Example

White with #B0F616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F616; }

 p { color: rgb(176,246,22); }

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

background-color css

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

 a { background-color: rgb(176,246,22); }

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

border-color css

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

 span { border-color: rgb(176,246,22); }

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