Html Css Color HEX #B1F316 Inch Worm

📋 copy color: '#B1F316'

red 177 ◦ green 243 ◦ blue 22

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

Shades of Inch Worm #B1F316

Tints of Inch Worm #B1F316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 4.98%

R = 40.05%
G = 54.98%
B = 4.98%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#B1F316 (or 0xB1F316) is known color: Inch Worm. HEX triplet: B1, F3 and 16. RGB value is (177,243,22). Sum of RGB (Red+Green+Blue) = 177+243+22=442 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.05% from 442); Green value is 243 (95.31% from 255 or 54.98% from 442); Blue value is 22 (8.98% from 255 or 4.98% from 442); Max value from RGB is 243 - color contains mainly: green. Hex color #B1F316 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B1F316 is #4E0CE9. Grayscale: #C6C6C6. Windows color (decimal): -5115114 or 1504177. OLE color: 1504177.

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

Color convert

RGB 177 243 22 -
CMYK 0.27 0 0.91 0.05
HSL 77.92º 0.9% 0.52% -
HSV(B) 77.92º 0.91% 0.95% -
XYZ 50.33 73.51 12.29 -
YUV 198.07 28.63 112.97 -
System Red Green Blue C M Y K H S L
Decimal 177 243 22 0.27 0 0.91 0.05 77.92 0.9 0.52
Hex B1 F3 16 1B 0 5B 5 4E 5A 34
Octal 261 363 26 33 0 133 5 116 132 64
Binary 10110001 11110011 10110 11011 0 1011011 101 1001110 1011010 110100

Color Harmonies of #B1F316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1F316

Black with #B1F316

Text Example


Text Example

White with #B1F316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1F316; }

 p { color: rgb(177,243,22); }

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

background-color css

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

 a { background-color: rgb(177,243,22); }

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

border-color css

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

 span { border-color: rgb(177,243,22); }

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