Html Css Color HEX #BFDC0F Inch Worm

📋 copy color: '#BFDC0F'

red 191 ◦ green 220 ◦ blue 15

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

Shades of Inch Worm #BFDC0F

Tints of Inch Worm #BFDC0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.52%

R = 44.84%
G = 51.64%
B = 3.52%

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

#BFDC0F (or 0xBFDC0F) is known color: Inch Worm. HEX triplet: BF, DC and 0F. RGB value is (191,220,15). Sum of RGB (Red+Green+Blue) = 191+220+15=426 (56% of max value = 765). Red value is 191 (75% from 255 or 44.84% from 426); Green value is 220 (86.33% from 255 or 51.64% from 426); Blue value is 15 (6.25% from 255 or 3.52% from 426); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDC0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFDC0F is #4023F0. Grayscale: #BCBCBC. Windows color (decimal): -4203505 or 1039551. OLE color: 1039551.

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

Color convert

RGB 191 220 15 -
CMYK 0.13 0 0.93 0.14
HSL 68.49º 0.87% 0.46% -
HSV(B) 68.49º 0.93% 0.86% -
XYZ 47.17 62.3 9.99 -
YUV 187.96 30.39 130.17 -
System Red Green Blue C M Y K H S L
Decimal 191 220 15 0.13 0 0.93 0.14 68.49 0.87 0.46
Hex BF DC F D 0 5D E 44 57 2E
Octal 277 334 17 15 0 135 16 104 127 56
Binary 10111111 11011100 1111 1101 0 1011101 1110 1000100 1010111 101110

Color Harmonies of #BFDC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDC0F

Black with #BFDC0F

Text Example


Text Example

White with #BFDC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDC0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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