Html Css Color HEX #B0F115 Inch Worm

📋 copy color: '#B0F115'

red 176 ◦ green 241 ◦ blue 21

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

Shades of Inch Worm #B0F115

Tints of Inch Worm #B0F115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.79%

R = 40.18%
G = 55.02%
B = 4.79%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#B0F115 (or 0xB0F115) is known color: Inch Worm. HEX triplet: B0, F1 and 15. RGB value is (176,241,21). Sum of RGB (Red+Green+Blue) = 176+241+21=438 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.18% from 438); Green value is 241 (94.53% from 255 or 55.02% from 438); Blue value is 21 (8.59% from 255 or 4.79% from 438); Max value from RGB is 241 - color contains mainly: green. Hex color #B0F115 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B0F115 is #4F0EEA. Grayscale: #C5C5C5. Windows color (decimal): -5181163 or 1438128. OLE color: 1438128.

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

Color convert

RGB 176 241 21 -
CMYK 0.27 0 0.91 0.05
HSL 77.73º 0.89% 0.51% -
HSV(B) 77.73º 0.91% 0.95% -
XYZ 49.5 72.19 12.04 -
YUV 196.49 28.97 113.39 -
System Red Green Blue C M Y K H S L
Decimal 176 241 21 0.27 0 0.91 0.05 77.73 0.89 0.51
Hex B0 F1 15 1B 0 5B 5 4E 59 33
Octal 260 361 25 33 0 133 5 116 131 63
Binary 10110000 11110001 10101 11011 0 1011011 101 1001110 1011001 110011

Color Harmonies of #B0F115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F115

Black with #B0F115

Text Example


Text Example

White with #B0F115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F115; }

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

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

background-color css

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

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

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

border-color css

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

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

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