Html Css Color HEX #BFDC10 Inch Worm

📋 copy color: '#BFDC10'

red 191 ◦ green 220 ◦ blue 16

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

Shades of Inch Worm #BFDC10

Tints of Inch Worm #BFDC10

RGB

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

 GREEN value IS 220 (86.33% from 255) = 51.52%

 BLUE value IS 16 (6.64% from 255) = 3.75%

R = 44.73%
G = 51.52%
B = 3.75%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#BFDC10 (or 0xBFDC10) is known color: Inch Worm. HEX triplet: BF, DC and 10. RGB value is (191,220,16). Sum of RGB (Red+Green+Blue) = 191+220+16=427 (56% of max value = 765). Red value is 191 (75% from 255 or 44.73% from 427); Green value is 220 (86.33% from 255 or 51.52% from 427); Blue value is 16 (6.64% from 255 or 3.75% from 427); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDC10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFDC10 is #4023EF. Grayscale: #BCBCBC. Windows color (decimal): -4203504 or 1105087. OLE color: 1105087.

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

Color convert

RGB 191 220 16 -
CMYK 0.13 0 0.93 0.14
HSL 68.53º 0.86% 0.46% -
HSV(B) 68.53º 0.93% 0.86% -
XYZ 47.17 62.3 10.03 -
YUV 188.07 30.89 130.09 -
System Red Green Blue C M Y K H S L
Decimal 191 220 16 0.13 0 0.93 0.14 68.53 0.86 0.46
Hex BF DC 10 D 0 5D E 45 56 2E
Octal 277 334 20 15 0 135 16 105 126 56
Binary 10111111 11011100 10000 1101 0 1011101 1110 1000101 1010110 101110

Color Harmonies of #BFDC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDC10

Black with #BFDC10

Text Example


Text Example

White with #BFDC10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDC10; }

 p { color: rgb(191,220,16); }

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

background-color css

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

 a { background-color: rgb(191,220,16); }

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

border-color css

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

 span { border-color: rgb(191,220,16); }

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