Html Css Color HEX #B1F021 Inch Worm

📋 copy color: '#B1F021'

red 177 ◦ green 240 ◦ blue 33

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

Shades of Inch Worm #B1F021

Tints of Inch Worm #B1F021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.33%

R = 39.33%
G = 53.33%
B = 7.33%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.86

 K value IS 0.06

RGB Variations

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

Color information

#B1F021 (or 0xB1F021) is known color: Inch Worm. HEX triplet: B1, F0 and 21. RGB value is (177,240,33). Sum of RGB (Red+Green+Blue) = 177+240+33=450 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.33% from 450); Green value is 240 (94.14% from 255 or 53.33% from 450); Blue value is 33 (13.28% from 255 or 7.33% from 450); Max value from RGB is 240 - color contains mainly: green. Hex color #B1F021 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B1F021 is #4E0FDE. Grayscale: #C6C6C6. Windows color (decimal): -5115871 or 2224305. OLE color: 2224305.

HSL color Cylindrical-coordinate representation of color #B1F021: hue angle of 78.26º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B1F021 is Cyan = 0.26, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.06.

Color convert

RGB 177 240 33 -
CMYK 0.26 0 0.86 0.06
HSL 78.26º 0.87% 0.54% -
HSV(B) 78.26º 0.86% 0.94% -
XYZ 49.57 71.78 12.68 -
YUV 197.57 35.13 113.33 -
System Red Green Blue C M Y K H S L
Decimal 177 240 33 0.26 0 0.86 0.06 78.26 0.87 0.54
Hex B1 F0 21 1A 0 56 6 4E 57 36
Octal 261 360 41 32 0 126 6 116 127 66
Binary 10110001 11110000 100001 11010 0 1010110 110 1001110 1010111 110110

Color Harmonies of #B1F021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1F021

Black with #B1F021

Text Example


Text Example

White with #B1F021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1F021; }

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

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

background-color css

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

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

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

border-color css

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

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

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