Html Css Color HEX #B0F008 Inch Worm

📋 copy color: '#B0F008'

red 176 ◦ green 240 ◦ blue 8

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

Shades of Inch Worm #B0F008

Tints of Inch Worm #B0F008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.89%

R = 41.51%
G = 56.6%
B = 1.89%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#B0F008 (or 0xB0F008) is known color: Inch Worm. HEX triplet: B0, F0 and 08. RGB value is (176,240,8). Sum of RGB (Red+Green+Blue) = 176+240+8=424 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.51% from 424); Green value is 240 (94.14% from 255 or 56.60% from 424); Blue value is 8 (3.52% from 255 or 1.89% from 424); Max value from RGB is 240 - color contains mainly: green. Hex color #B0F008 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B0F008 is #4F0FF7. Grayscale: #C3C3C3. Windows color (decimal): -5181432 or 585904. OLE color: 585904.

HSL color Cylindrical-coordinate representation of color #B0F008: hue angle of 76.55º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B0F008 is Cyan = 0.27, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.06.

Color convert

RGB 176 240 8 -
CMYK 0.27 0 0.97 0.06
HSL 76.55º 0.94% 0.49% -
HSV(B) 76.55º 0.97% 0.94% -
XYZ 49.11 71.57 11.46 -
YUV 194.42 22.8 114.86 -
System Red Green Blue C M Y K H S L
Decimal 176 240 8 0.27 0 0.97 0.06 76.55 0.94 0.49
Hex B0 F0 8 1B 0 61 6 4D 5E 31
Octal 260 360 10 33 0 141 6 115 136 61
Binary 10110000 11110000 1000 11011 0 1100001 110 1001101 1011110 110001

Color Harmonies of #B0F008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F008

Black with #B0F008

Text Example


Text Example

White with #B0F008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F008; }

 p { color: rgb(176,240,8); }

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

background-color css

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

 a { background-color: rgb(176,240,8); }

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

border-color css

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

 span { border-color: rgb(176,240,8); }

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