Html Css Color HEX #BFDF11 Inch Worm

📋 copy color: '#BFDF11'

red 191 ◦ green 223 ◦ blue 17

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

Shades of Inch Worm #BFDF11

Tints of Inch Worm #BFDF11

RGB

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

 GREEN value IS 223 (87.5% from 255) = 51.74%

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

R = 44.32%
G = 51.74%
B = 3.94%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#BFDF11 (or 0xBFDF11) is known color: Inch Worm. HEX triplet: BF, DF and 11. RGB value is (191,223,17). Sum of RGB (Red+Green+Blue) = 191+223+17=431 (57% of max value = 765). Red value is 191 (75% from 255 or 44.32% from 431); Green value is 223 (87.5% from 255 or 51.74% from 431); Blue value is 17 (7.03% from 255 or 3.94% from 431); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDF11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFDF11 is #4020EE. Grayscale: #BEBEBE. Windows color (decimal): -4202735 or 1171391. OLE color: 1171391.

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

Color convert

RGB 191 223 17 -
CMYK 0.14 0 0.92 0.13
HSL 69.32º 0.86% 0.47% -
HSV(B) 69.32º 0.92% 0.87% -
XYZ 47.97 63.89 10.33 -
YUV 189.95 30.4 128.75 -
System Red Green Blue C M Y K H S L
Decimal 191 223 17 0.14 0 0.92 0.13 69.32 0.86 0.47
Hex BF DF 11 E 0 5C D 45 56 2F
Octal 277 337 21 16 0 134 15 105 126 57
Binary 10111111 11011111 10001 1110 0 1011100 1101 1000101 1010110 101111

Color Harmonies of #BFDF11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDF11

Black with #BFDF11

Text Example


Text Example

White with #BFDF11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDF11; }

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

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

background-color css

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

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

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

border-color css

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

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

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