Html Css Color HEX #B1F712 Inch Worm

📋 copy color: '#B1F712'

red 177 ◦ green 247 ◦ blue 18

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

Shades of Inch Worm #B1F712

Tints of Inch Worm #B1F712

RGB

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

 GREEN value IS 247 (96.88% from 255) = 55.88%

 BLUE value IS 18 (7.42% from 255) = 4.07%

R = 40.05%
G = 55.88%
B = 4.07%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.93

 K value IS 0.03

RGB Variations

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

Color information

#B1F712 (or 0xB1F712) is known color: Inch Worm. HEX triplet: B1, F7 and 12. RGB value is (177,247,18). Sum of RGB (Red+Green+Blue) = 177+247+18=442 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.05% from 442); Green value is 247 (96.88% from 255 or 55.88% from 442); Blue value is 18 (7.42% from 255 or 4.07% from 442); Max value from RGB is 247 - color contains mainly: green. Hex color #B1F712 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B1F712 is #4E08ED. Grayscale: #C8C8C8. Windows color (decimal): -5114094 or 1243057. OLE color: 1243057.

HSL color Cylindrical-coordinate representation of color #B1F712: hue angle of 78.34º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B1F712 is Cyan = 0.28, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.03.

Color convert

RGB 177 247 18 -
CMYK 0.28 0 0.93 0.03
HSL 78.34º 0.93% 0.52% -
HSV(B) 78.34º 0.93% 0.97% -
XYZ 51.5 75.91 12.51 -
YUV 199.96 25.31 111.62 -
System Red Green Blue C M Y K H S L
Decimal 177 247 18 0.28 0 0.93 0.03 78.34 0.93 0.52
Hex B1 F7 12 1C 0 5D 3 4E 5D 34
Octal 261 367 22 34 0 135 3 116 135 64
Binary 10110001 11110111 10010 11100 0 1011101 11 1001110 1011101 110100

Color Harmonies of #B1F712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1F712

Black with #B1F712

Text Example


Text Example

White with #B1F712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1F712; }

 p { color: rgb(177,247,18); }

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

background-color css

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

 a { background-color: rgb(177,247,18); }

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

border-color css

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

 span { border-color: rgb(177,247,18); }

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