Html Css Color HEX #B1E114 Inch Worm

📋 copy color: '#B1E114'

red 177 ◦ green 225 ◦ blue 20

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

Shades of Inch Worm #B1E114

Tints of Inch Worm #B1E114

RGB

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

 GREEN value IS 225 (88.28% from 255) = 53.32%

 BLUE value IS 20 (8.2% from 255) = 4.74%

R = 41.94%
G = 53.32%
B = 4.74%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#B1E114 (or 0xB1E114) is known color: Inch Worm. HEX triplet: B1, E1 and 14. RGB value is (177,225,20). Sum of RGB (Red+Green+Blue) = 177+225+20=422 (55% of max value = 765). Red value is 177 (69.53% from 255 or 41.94% from 422); Green value is 225 (88.28% from 255 or 53.32% from 422); Blue value is 20 (8.20% from 255 or 4.74% from 422); Max value from RGB is 225 - color contains mainly: green. Hex color #B1E114 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1E114 is #4E1EEB. Grayscale: #BCBCBC. Windows color (decimal): -5119724 or 1368497. OLE color: 1368497.

HSL color Cylindrical-coordinate representation of color #B1E114: hue angle of 74.05º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B1E114 is Cyan = 0.21, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.

Color convert

RGB 177 225 20 -
CMYK 0.21 0 0.91 0.12
HSL 74.05º 0.84% 0.48% -
HSV(B) 74.05º 0.91% 0.88% -
XYZ 45.18 63.25 10.49 -
YUV 187.28 33.6 120.67 -
System Red Green Blue C M Y K H S L
Decimal 177 225 20 0.21 0 0.91 0.12 74.05 0.84 0.48
Hex B1 E1 14 15 0 5B C 4A 54 30
Octal 261 341 24 25 0 133 14 112 124 60
Binary 10110001 11100001 10100 10101 0 1011011 1100 1001010 1010100 110000

Color Harmonies of #B1E114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1E114

Black with #B1E114

Text Example


Text Example

White with #B1E114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1E114; }

 p { color: rgb(177,225,20); }

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

background-color css

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

 a { background-color: rgb(177,225,20); }

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

border-color css

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

 span { border-color: rgb(177,225,20); }

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