Html Css Color HEX #B1F017 Inch Worm

📋 copy color: '#B1F017'

red 177 ◦ green 240 ◦ blue 23

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

Shades of Inch Worm #B1F017

Tints of Inch Worm #B1F017

RGB

 RED value IS 177 (69.53% from 255) = 40.23%

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

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

R = 40.23%
G = 54.55%
B = 5.23%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#B1F017 (or 0xB1F017) is known color: Inch Worm. HEX triplet: B1, F0 and 17. RGB value is (177,240,23). Sum of RGB (Red+Green+Blue) = 177+240+23=440 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.23% from 440); Green value is 240 (94.14% from 255 or 54.55% from 440); Blue value is 23 (9.38% from 255 or 5.23% from 440); Max value from RGB is 240 - color contains mainly: green. Hex color #B1F017 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B1F017 is #4E0FE8. Grayscale: #C5C5C5. Windows color (decimal): -5115881 or 1568945. OLE color: 1568945.

HSL color Cylindrical-coordinate representation of color #B1F017: hue angle of 77.42º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B1F017 is Cyan = 0.26, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.06.

Color convert

RGB 177 240 23 -
CMYK 0.26 0 0.90 0.06
HSL 77.42º 0.88% 0.52% -
HSV(B) 77.42º 0.9% 0.94% -
XYZ 49.45 71.73 12.05 -
YUV 196.43 30.13 114.14 -
System Red Green Blue C M Y K H S L
Decimal 177 240 23 0.26 0 0.90 0.06 77.42 0.88 0.52
Hex B1 F0 17 1A 0 5A 6 4D 58 34
Octal 261 360 27 32 0 132 6 115 130 64
Binary 10110001 11110000 10111 11010 0 1011010 110 1001101 1011000 110100

Color Harmonies of #B1F017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1F017

Black with #B1F017

Text Example


Text Example

White with #B1F017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1F017; }

 p { color: rgb(177,240,23); }

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

background-color css

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

 a { background-color: rgb(177,240,23); }

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

border-color css

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

 span { border-color: rgb(177,240,23); }

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