Html Css Color HEX #BFE011 Inch Worm

📋 copy color: '#BFE011'

red 191 ◦ green 224 ◦ blue 17

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

Shades of Inch Worm #BFE011

Tints of Inch Worm #BFE011

RGB

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

 GREEN value IS 224 (87.89% from 255) = 51.85%

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

R = 44.21%
G = 51.85%
B = 3.94%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#BFE011 (or 0xBFE011) is known color: Inch Worm. HEX triplet: BF, E0 and 11. RGB value is (191,224,17). Sum of RGB (Red+Green+Blue) = 191+224+17=432 (57% of max value = 765). Red value is 191 (75% from 255 or 44.21% from 432); Green value is 224 (87.89% from 255 or 51.85% from 432); Blue value is 17 (7.03% from 255 or 3.94% from 432); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE011 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFE011 is #401FEE. Grayscale: #BFBFBF. Windows color (decimal): -4202479 or 1171647. OLE color: 1171647.

HSL color Cylindrical-coordinate representation of color #BFE011: hue angle of 69.57º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BFE011 is Cyan = 0.15, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB 191 224 17 -
CMYK 0.15 0 0.92 0.12
HSL 69.57º 0.86% 0.47% -
HSV(B) 69.57º 0.92% 0.88% -
XYZ 48.24 64.43 10.42 -
YUV 190.54 30.07 128.33 -
System Red Green Blue C M Y K H S L
Decimal 191 224 17 0.15 0 0.92 0.12 69.57 0.86 0.47
Hex BF E0 11 F 0 5C C 46 56 2F
Octal 277 340 21 17 0 134 14 106 126 57
Binary 10111111 11100000 10001 1111 0 1011100 1100 1000110 1010110 101111

Color Harmonies of #BFE011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE011

Black with #BFE011

Text Example


Text Example

White with #BFE011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE011; }

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

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

background-color css

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

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

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

border-color css

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

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

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