Html Css Color HEX #B0F519 Inch Worm

📋 copy color: '#B0F519'

red 176 ◦ green 245 ◦ blue 25

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

Shades of Inch Worm #B0F519

Tints of Inch Worm #B0F519

RGB

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

 GREEN value IS 245 (96.09% from 255) = 54.93%

 BLUE value IS 25 (10.16% from 255) = 5.61%

R = 39.46%
G = 54.93%
B = 5.61%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.90

 K value IS 0.04

RGB Variations

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

Color information

#B0F519 (or 0xB0F519) is known color: Inch Worm. HEX triplet: B0, F5 and 19. RGB value is (176,245,25). Sum of RGB (Red+Green+Blue) = 176+245+25=446 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.46% from 446); Green value is 245 (96.09% from 255 or 54.93% from 446); Blue value is 25 (10.16% from 255 or 5.61% from 446); Max value from RGB is 245 - color contains mainly: green. Hex color #B0F519 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B0F519 is #4F0AE6. Grayscale: #C8C8C8. Windows color (decimal): -5180135 or 1701296. OLE color: 1701296.

HSL color Cylindrical-coordinate representation of color #B0F519: hue angle of 78.82º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B0F519 is Cyan = 0.28, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.04.

Color convert

RGB 176 245 25 -
CMYK 0.28 0 0.90 0.04
HSL 78.82º 0.92% 0.53% -
HSV(B) 78.82º 0.9% 0.96% -
XYZ 50.73 74.61 12.65 -
YUV 199.29 29.64 111.39 -
System Red Green Blue C M Y K H S L
Decimal 176 245 25 0.28 0 0.90 0.04 78.82 0.92 0.53
Hex B0 F5 19 1C 0 5A 4 4F 5C 35
Octal 260 365 31 34 0 132 4 117 134 65
Binary 10110000 11110101 11001 11100 0 1011010 100 1001111 1011100 110101

Color Harmonies of #B0F519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F519

Black with #B0F519

Text Example


Text Example

White with #B0F519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F519; }

 p { color: rgb(176,245,25); }

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

background-color css

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

 a { background-color: rgb(176,245,25); }

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

border-color css

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

 span { border-color: rgb(176,245,25); }

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