Html Css Color HEX #BFEB11 Inch Worm

📋 copy color: '#BFEB11'

red 191 ◦ green 235 ◦ blue 17

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

Shades of Inch Worm #BFEB11

Tints of Inch Worm #BFEB11

RGB

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

 GREEN value IS 235 (92.19% from 255) = 53.05%

 BLUE value IS 17 (7.03% from 255) = 3.84%

R = 43.12%
G = 53.05%
B = 3.84%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#BFEB11 (or 0xBFEB11) is known color: Inch Worm. HEX triplet: BF, EB and 11. RGB value is (191,235,17). Sum of RGB (Red+Green+Blue) = 191+235+17=443 (58% of max value = 765). Red value is 191 (75% from 255 or 43.12% from 443); Green value is 235 (92.19% from 255 or 53.05% from 443); Blue value is 17 (7.03% from 255 or 3.84% from 443); Max value from RGB is 235 - color contains mainly: green. Hex color #BFEB11 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFEB11 is #4014EE. Grayscale: #C5C5C5. Windows color (decimal): -4199663 or 1174463. OLE color: 1174463.

HSL color Cylindrical-coordinate representation of color #BFEB11: hue angle of 72.11º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BFEB11 is Cyan = 0.19, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.08.

Color convert

RGB 191 235 17 -
CMYK 0.19 0 0.93 0.08
HSL 72.11º 0.87% 0.49% -
HSV(B) 72.11º 0.93% 0.92% -
XYZ 51.3 70.53 11.44 -
YUV 196.99 26.42 123.73 -
System Red Green Blue C M Y K H S L
Decimal 191 235 17 0.19 0 0.93 0.08 72.11 0.87 0.49
Hex BF EB 11 13 0 5D 8 48 57 31
Octal 277 353 21 23 0 135 10 110 127 61
Binary 10111111 11101011 10001 10011 0 1011101 1000 1001000 1010111 110001

Color Harmonies of #BFEB11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEB11

Black with #BFEB11

Text Example


Text Example

White with #BFEB11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEB11; }

 p { color: rgb(191,235,17); }

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

background-color css

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

 a { background-color: rgb(191,235,17); }

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

border-color css

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

 span { border-color: rgb(191,235,17); }

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