Html Css Color HEX #BFE80B Inch Worm

📋 copy color: '#BFE80B'

red 191 ◦ green 232 ◦ blue 11

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

Shades of Inch Worm #BFE80B

Tints of Inch Worm #BFE80B

RGB

 RED value IS 191 (75% from 255) = 44.01%

 GREEN value IS 232 (91.02% from 255) = 53.46%

 BLUE value IS 11 (4.69% from 255) = 2.53%

R = 44.01%
G = 53.46%
B = 2.53%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#BFE80B (or 0xBFE80B) is known color: Inch Worm. HEX triplet: BF, E8 and 0B. RGB value is (191,232,11). Sum of RGB (Red+Green+Blue) = 191+232+11=434 (57% of max value = 765). Red value is 191 (75% from 255 or 44.01% from 434); Green value is 232 (91.02% from 255 or 53.46% from 434); Blue value is 11 (4.69% from 255 or 2.53% from 434); Max value from RGB is 232 - color contains mainly: green. Hex color #BFE80B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFE80B is #4017F4. Grayscale: #C3C3C3. Windows color (decimal): -4200437 or 780479. OLE color: 780479.

HSL color Cylindrical-coordinate representation of color #BFE80B: hue angle of 71.13º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BFE80B is Cyan = 0.18, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.09.

Color convert

RGB 191 232 11 -
CMYK 0.18 0 0.95 0.09
HSL 71.13º 0.91% 0.48% -
HSV(B) 71.13º 0.95% 0.91% -
XYZ 50.4 68.81 10.94 -
YUV 194.55 24.42 125.47 -
System Red Green Blue C M Y K H S L
Decimal 191 232 11 0.18 0 0.95 0.09 71.13 0.91 0.48
Hex BF E8 B 12 0 5F 9 47 5B 30
Octal 277 350 13 22 0 137 11 107 133 60
Binary 10111111 11101000 1011 10010 0 1011111 1001 1000111 1011011 110000

Color Harmonies of #BFE80B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE80B

Black with #BFE80B

Text Example


Text Example

White with #BFE80B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE80B; }

 p { color: rgb(191,232,11); }

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

background-color css

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

 a { background-color: rgb(191,232,11); }

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

border-color css

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

 span { border-color: rgb(191,232,11); }

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