Html Css Color HEX #B0FA17 Inch Worm

📋 copy color: '#B0FA17'

red 176 ◦ green 250 ◦ blue 23

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

Shades of Inch Worm #B0FA17

Tints of Inch Worm #B0FA17

RGB

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

 GREEN value IS 250 (98.05% from 255) = 55.68%

 BLUE value IS 23 (9.38% from 255) = 5.12%

R = 39.2%
G = 55.68%
B = 5.12%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#B0FA17 (or 0xB0FA17) is known color: Inch Worm. HEX triplet: B0, FA and 17. RGB value is (176,250,23). Sum of RGB (Red+Green+Blue) = 176+250+23=449 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.20% from 449); Green value is 250 (98.05% from 255 or 55.68% from 449); Blue value is 23 (9.38% from 255 or 5.12% from 449); Max value from RGB is 250 - color contains mainly: green. Hex color #B0FA17 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B0FA17 is #4F05E8. Grayscale: #CACACA. Windows color (decimal): -5178857 or 1571504. OLE color: 1571504.

HSL color Cylindrical-coordinate representation of color #B0FA17: hue angle of 79.56º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B0FA17 is Cyan = 0.30, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.02.

Color convert

RGB 176 250 23 -
CMYK 0.30 0 0.91 0.02
HSL 79.56º 0.96% 0.54% -
HSV(B) 79.56º 0.91% 0.98% -
XYZ 52.24 77.66 13.05 -
YUV 202 26.98 109.46 -
System Red Green Blue C M Y K H S L
Decimal 176 250 23 0.30 0 0.91 0.02 79.56 0.96 0.54
Hex B0 FA 17 1E 0 5B 2 50 60 36
Octal 260 372 27 36 0 133 2 120 140 66
Binary 10110000 11111010 10111 11110 0 1011011 10 1010000 1100000 110110

Color Harmonies of #B0FA17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FA17

Black with #B0FA17

Text Example


Text Example

White with #B0FA17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FA17; }

 p { color: rgb(176,250,23); }

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

background-color css

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

 a { background-color: rgb(176,250,23); }

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

border-color css

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

 span { border-color: rgb(176,250,23); }

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