Html Css Color HEX #B1EF0A Inch Worm

📋 copy color: '#B1EF0A'

red 177 ◦ green 239 ◦ blue 10

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

Shades of Inch Worm #B1EF0A

Tints of Inch Worm #B1EF0A

RGB

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

 GREEN value IS 239 (93.75% from 255) = 56.1%

 BLUE value IS 10 (4.3% from 255) = 2.35%

R = 41.55%
G = 56.1%
B = 2.35%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#B1EF0A (or 0xB1EF0A) is known color: Inch Worm. HEX triplet: B1, EF and 0A. RGB value is (177,239,10). Sum of RGB (Red+Green+Blue) = 177+239+10=426 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.55% from 426); Green value is 239 (93.75% from 255 or 56.10% from 426); Blue value is 10 (4.30% from 255 or 2.35% from 426); Max value from RGB is 239 - color contains mainly: green. Hex color #B1EF0A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B1EF0A is #4E10F5. Grayscale: #C3C3C3. Windows color (decimal): -5116150 or 716721. OLE color: 716721.

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

Color convert

RGB 177 239 10 -
CMYK 0.26 0 0.96 0.06
HSL 76.24º 0.92% 0.49% -
HSV(B) 76.24º 0.96% 0.94% -
XYZ 49.05 71.1 11.43 -
YUV 194.36 23.96 115.62 -
System Red Green Blue C M Y K H S L
Decimal 177 239 10 0.26 0 0.96 0.06 76.24 0.92 0.49
Hex B1 EF A 1A 0 60 6 4C 5C 31
Octal 261 357 12 32 0 140 6 114 134 61
Binary 10110001 11101111 1010 11010 0 1100000 110 1001100 1011100 110001

Color Harmonies of #B1EF0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1EF0A

Black with #B1EF0A

Text Example


Text Example

White with #B1EF0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1EF0A; }

 p { color: rgb(177,239,10); }

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

background-color css

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

 a { background-color: rgb(177,239,10); }

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

border-color css

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

 span { border-color: rgb(177,239,10); }

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