Html Css Color HEX #B0F113 Inch Worm

📋 copy color: '#B0F113'

red 176 ◦ green 241 ◦ blue 19

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

Shades of Inch Worm #B0F113

Tints of Inch Worm #B0F113

RGB

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

 GREEN value IS 241 (94.53% from 255) = 55.28%

 BLUE value IS 19 (7.81% from 255) = 4.36%

R = 40.37%
G = 55.28%
B = 4.36%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#B0F113 (or 0xB0F113) is known color: Inch Worm. HEX triplet: B0, F1 and 13. RGB value is (176,241,19). Sum of RGB (Red+Green+Blue) = 176+241+19=436 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.37% from 436); Green value is 241 (94.53% from 255 or 55.28% from 436); Blue value is 19 (7.81% from 255 or 4.36% from 436); Max value from RGB is 241 - color contains mainly: green. Hex color #B0F113 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B0F113 is #4F0EEC. Grayscale: #C5C5C5. Windows color (decimal): -5181165 or 1307056. OLE color: 1307056.

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

Color convert

RGB 176 241 19 -
CMYK 0.27 0 0.92 0.05
HSL 77.57º 0.89% 0.51% -
HSV(B) 77.57º 0.92% 0.95% -
XYZ 49.48 72.19 11.94 -
YUV 196.26 27.97 113.55 -
System Red Green Blue C M Y K H S L
Decimal 176 241 19 0.27 0 0.92 0.05 77.57 0.89 0.51
Hex B0 F1 13 1B 0 5C 5 4E 59 33
Octal 260 361 23 33 0 134 5 116 131 63
Binary 10110000 11110001 10011 11011 0 1011100 101 1001110 1011001 110011

Color Harmonies of #B0F113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F113

Black with #B0F113

Text Example


Text Example

White with #B0F113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F113; }

 p { color: rgb(176,241,19); }

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

background-color css

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

 a { background-color: rgb(176,241,19); }

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

border-color css

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

 span { border-color: rgb(176,241,19); }

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