Html Css Color HEX #B0F015 Inch Worm

📋 copy color: '#B0F015'

red 176 ◦ green 240 ◦ blue 21

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

Shades of Inch Worm #B0F015

Tints of Inch Worm #B0F015

RGB

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

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

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

R = 40.27%
G = 54.92%
B = 4.81%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#B0F015 (or 0xB0F015) is known color: Inch Worm. HEX triplet: B0, F0 and 15. RGB value is (176,240,21). Sum of RGB (Red+Green+Blue) = 176+240+21=437 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.27% from 437); Green value is 240 (94.14% from 255 or 54.92% from 437); Blue value is 21 (8.59% from 255 or 4.81% from 437); Max value from RGB is 240 - color contains mainly: green. Hex color #B0F015 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B0F015 is #4F0FEA. Grayscale: #C4C4C4. Windows color (decimal): -5181419 or 1437872. OLE color: 1437872.

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

Color convert

RGB 176 240 21 -
CMYK 0.27 0 0.91 0.06
HSL 77.53º 0.88% 0.51% -
HSV(B) 77.53º 0.91% 0.94% -
XYZ 49.2 71.6 11.94 -
YUV 195.9 29.3 113.81 -
System Red Green Blue C M Y K H S L
Decimal 176 240 21 0.27 0 0.91 0.06 77.53 0.88 0.51
Hex B0 F0 15 1B 0 5B 6 4E 58 33
Octal 260 360 25 33 0 133 6 116 130 63
Binary 10110000 11110000 10101 11011 0 1011011 110 1001110 1011000 110011

Color Harmonies of #B0F015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F015

Black with #B0F015

Text Example


Text Example

White with #B0F015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F015; }

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

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

background-color css

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

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

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

border-color css

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

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

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