Html Css Color HEX #B8F016 Inch Worm

📋 copy color: '#B8F016'

red 184 ◦ green 240 ◦ blue 22

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

Shades of Inch Worm #B8F016

Tints of Inch Worm #B8F016

RGB

 RED value IS 184 (72.27% from 255) = 41.26%

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

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

R = 41.26%
G = 53.81%
B = 4.93%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#B8F016 (or 0xB8F016) is known color: Inch Worm. HEX triplet: B8, F0 and 16. RGB value is (184,240,22). Sum of RGB (Red+Green+Blue) = 184+240+22=446 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.26% from 446); Green value is 240 (94.14% from 255 or 53.81% from 446); Blue value is 22 (8.98% from 255 or 4.93% from 446); Max value from RGB is 240 - color contains mainly: green. Hex color #B8F016 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B8F016 is #470FE9. Grayscale: #C7C7C7. Windows color (decimal): -4657130 or 1503416. OLE color: 1503416.

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

Color convert

RGB 184 240 22 -
CMYK 0.23 0 0.91 0.06
HSL 75.41º 0.88% 0.51% -
HSV(B) 75.41º 0.91% 0.94% -
XYZ 51.07 72.57 12.07 -
YUV 198.4 28.45 117.73 -
System Red Green Blue C M Y K H S L
Decimal 184 240 22 0.23 0 0.91 0.06 75.41 0.88 0.51
Hex B8 F0 16 17 0 5B 6 4B 58 33
Octal 270 360 26 27 0 133 6 113 130 63
Binary 10111000 11110000 10110 10111 0 1011011 110 1001011 1011000 110011

Color Harmonies of #B8F016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8F016

Black with #B8F016

Text Example


Text Example

White with #B8F016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8F016; }

 p { color: rgb(184,240,22); }

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

background-color css

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

 a { background-color: rgb(184,240,22); }

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

border-color css

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

 span { border-color: rgb(184,240,22); }

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