Html Css Color HEX #B2F008 Inch Worm

📋 copy color: '#B2F008'

red 178 ◦ green 240 ◦ blue 8

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

Shades of Inch Worm #B2F008

Tints of Inch Worm #B2F008

RGB

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

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

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

R = 41.78%
G = 56.34%
B = 1.88%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#B2F008 (or 0xB2F008) is known color: Inch Worm. HEX triplet: B2, F0 and 08. RGB value is (178,240,8). Sum of RGB (Red+Green+Blue) = 178+240+8=426 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.78% from 426); Green value is 240 (94.14% from 255 or 56.34% from 426); Blue value is 8 (3.52% from 255 or 1.88% from 426); Max value from RGB is 240 - color contains mainly: green. Hex color #B2F008 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B2F008 is #4D0FF7. Grayscale: #C3C3C3. Windows color (decimal): -5050360 or 585906. OLE color: 585906.

HSL color Cylindrical-coordinate representation of color #B2F008: hue angle of 76.03º 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 #B2F008 is Cyan = 0.26, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.06.

Color convert

RGB 178 240 8 -
CMYK 0.26 0 0.97 0.06
HSL 76.03º 0.94% 0.49% -
HSV(B) 76.03º 0.97% 0.94% -
XYZ 49.56 71.8 11.48 -
YUV 195.01 22.46 115.86 -
System Red Green Blue C M Y K H S L
Decimal 178 240 8 0.26 0 0.97 0.06 76.03 0.94 0.49
Hex B2 F0 8 1A 0 61 6 4C 5E 31
Octal 262 360 10 32 0 141 6 114 136 61
Binary 10110010 11110000 1000 11010 0 1100001 110 1001100 1011110 110001

Color Harmonies of #B2F008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F008

Black with #B2F008

Text Example


Text Example

White with #B2F008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F008; }

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

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

background-color css

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

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

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

border-color css

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

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

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