Html Css Color HEX #BFDD11 Inch Worm

📋 copy color: '#BFDD11'

red 191 ◦ green 221 ◦ blue 17

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

Shades of Inch Worm #BFDD11

Tints of Inch Worm #BFDD11

RGB

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

 GREEN value IS 221 (86.72% from 255) = 51.52%

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

R = 44.52%
G = 51.52%
B = 3.96%

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

#BFDD11 (or 0xBFDD11) is known color: Inch Worm. HEX triplet: BF, DD and 11. RGB value is (191,221,17). Sum of RGB (Red+Green+Blue) = 191+221+17=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 221 (86.72% from 255 or 51.52% from 429); Blue value is 17 (7.03% from 255 or 3.96% from 429); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDD11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFDD11 is #4022EE. Grayscale: #BDBDBD. Windows color (decimal): -4203247 or 1170879. OLE color: 1170879.

HSL color Cylindrical-coordinate representation of color #BFDD11: hue angle of 68.82º 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 #BFDD11 is Cyan = 0.14, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB 191 221 17 -
CMYK 0.14 0 0.92 0.13
HSL 68.82º 0.86% 0.47% -
HSV(B) 68.82º 0.92% 0.87% -
XYZ 47.44 62.83 10.16 -
YUV 188.77 31.06 129.59 -
System Red Green Blue C M Y K H S L
Decimal 191 221 17 0.14 0 0.92 0.13 68.82 0.86 0.47
Hex BF DD 11 E 0 5C D 45 56 2F
Octal 277 335 21 16 0 134 15 105 126 57
Binary 10111111 11011101 10001 1110 0 1011100 1101 1000101 1010110 101111

Color Harmonies of #BFDD11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDD11

Black with #BFDD11

Text Example


Text Example

White with #BFDD11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDD11; }

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

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

background-color css

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

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

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

border-color css

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

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

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