Html Css Color HEX #B0F212 Inch Worm

📋 copy color: '#B0F212'

red 176 ◦ green 242 ◦ blue 18

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

Shades of Inch Worm #B0F212

Tints of Inch Worm #B0F212

RGB

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

 GREEN value IS 242 (94.92% from 255) = 55.5%

 BLUE value IS 18 (7.42% from 255) = 4.13%

R = 40.37%
G = 55.5%
B = 4.13%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#B0F212 (or 0xB0F212) is known color: Inch Worm. HEX triplet: B0, F2 and 12. RGB value is (176,242,18). Sum of RGB (Red+Green+Blue) = 176+242+18=436 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.37% from 436); Green value is 242 (94.92% from 255 or 55.50% from 436); Blue value is 18 (7.42% from 255 or 4.13% from 436); Max value from RGB is 242 - color contains mainly: green. Hex color #B0F212 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B0F212 is #4F0DED. Grayscale: #C5C5C5. Windows color (decimal): -5180910 or 1241776. OLE color: 1241776.

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

Color convert

RGB 176 242 18 -
CMYK 0.27 0 0.93 0.05
HSL 77.68º 0.9% 0.51% -
HSV(B) 77.68º 0.93% 0.95% -
XYZ 49.77 72.78 12 -
YUV 196.73 27.13 113.21 -
System Red Green Blue C M Y K H S L
Decimal 176 242 18 0.27 0 0.93 0.05 77.68 0.9 0.51
Hex B0 F2 12 1B 0 5D 5 4E 5A 33
Octal 260 362 22 33 0 135 5 116 132 63
Binary 10110000 11110010 10010 11011 0 1011101 101 1001110 1011010 110011

Color Harmonies of #B0F212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F212

Black with #B0F212

Text Example


Text Example

White with #B0F212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F212; }

 p { color: rgb(176,242,18); }

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

background-color css

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

 a { background-color: rgb(176,242,18); }

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

border-color css

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

 span { border-color: rgb(176,242,18); }

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