Html Css Color HEX #B0F319 Inch Worm

📋 copy color: '#B0F319'

red 176 ◦ green 243 ◦ blue 25

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

Shades of Inch Worm #B0F319

Tints of Inch Worm #B0F319

RGB

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

 GREEN value IS 243 (95.31% from 255) = 54.73%

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

R = 39.64%
G = 54.73%
B = 5.63%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#B0F319 (or 0xB0F319) is known color: Inch Worm. HEX triplet: B0, F3 and 19. RGB value is (176,243,25). Sum of RGB (Red+Green+Blue) = 176+243+25=444 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.64% from 444); Green value is 243 (95.31% from 255 or 54.73% from 444); Blue value is 25 (10.16% from 255 or 5.63% from 444); Max value from RGB is 243 - color contains mainly: green. Hex color #B0F319 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B0F319 is #4F0CE6. Grayscale: #C6C6C6. Windows color (decimal): -5180647 or 1700784. OLE color: 1700784.

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

Color convert

RGB 176 243 25 -
CMYK 0.28 0 0.90 0.05
HSL 78.44º 0.9% 0.53% -
HSV(B) 78.44º 0.9% 0.95% -
XYZ 50.13 73.4 12.45 -
YUV 198.12 30.3 112.23 -
System Red Green Blue C M Y K H S L
Decimal 176 243 25 0.28 0 0.90 0.05 78.44 0.9 0.53
Hex B0 F3 19 1C 0 5A 5 4E 5A 35
Octal 260 363 31 34 0 132 5 116 132 65
Binary 10110000 11110011 11001 11100 0 1011010 101 1001110 1011010 110101

Color Harmonies of #B0F319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F319

Black with #B0F319

Text Example


Text Example

White with #B0F319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F319; }

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

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

background-color css

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

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

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

border-color css

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

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

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