Html Css Color HEX #BFED11 Inch Worm

📋 copy color: '#BFED11'

red 191 ◦ green 237 ◦ blue 17

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

Shades of Inch Worm #BFED11

Tints of Inch Worm #BFED11

RGB

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

 GREEN value IS 237 (92.97% from 255) = 53.26%

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

R = 42.92%
G = 53.26%
B = 3.82%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#BFED11 (or 0xBFED11) is known color: Inch Worm. HEX triplet: BF, ED and 11. RGB value is (191,237,17). Sum of RGB (Red+Green+Blue) = 191+237+17=445 (58% of max value = 765). Red value is 191 (75% from 255 or 42.92% from 445); Green value is 237 (92.97% from 255 or 53.26% from 445); Blue value is 17 (7.03% from 255 or 3.82% from 445); Max value from RGB is 237 - color contains mainly: green. Hex color #BFED11 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFED11 is #4012EE. Grayscale: #C7C7C7. Windows color (decimal): -4199151 or 1174975. OLE color: 1174975.

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

Color convert

RGB 191 237 17 -
CMYK 0.19 0 0.93 0.07
HSL 72.55º 0.87% 0.5% -
HSV(B) 72.55º 0.93% 0.93% -
XYZ 51.87 71.69 11.63 -
YUV 198.17 25.76 122.89 -
System Red Green Blue C M Y K H S L
Decimal 191 237 17 0.19 0 0.93 0.07 72.55 0.87 0.5
Hex BF ED 11 13 0 5D 7 49 57 32
Octal 277 355 21 23 0 135 7 111 127 62
Binary 10111111 11101101 10001 10011 0 1011101 111 1001001 1010111 110010

Color Harmonies of #BFED11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFED11

Black with #BFED11

Text Example


Text Example

White with #BFED11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFED11; }

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

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

background-color css

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

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

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

border-color css

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

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

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