Html Css Color HEX #BFDF13 Inch Worm

📋 copy color: '#BFDF13'

red 191 ◦ green 223 ◦ blue 19

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

Shades of Inch Worm #BFDF13

Tints of Inch Worm #BFDF13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.39%

R = 44.11%
G = 51.5%
B = 4.39%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#BFDF13 (or 0xBFDF13) is known color: Inch Worm. HEX triplet: BF, DF and 13. RGB value is (191,223,19). Sum of RGB (Red+Green+Blue) = 191+223+19=433 (57% of max value = 765). Red value is 191 (75% from 255 or 44.11% from 433); Green value is 223 (87.5% from 255 or 51.50% from 433); Blue value is 19 (7.81% from 255 or 4.39% from 433); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDF13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFDF13 is #4020EC. Grayscale: #BEBEBE. Windows color (decimal): -4202733 or 1302463. OLE color: 1302463.

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

Color convert

RGB 191 223 19 -
CMYK 0.14 0 0.91 0.13
HSL 69.41º 0.84% 0.47% -
HSV(B) 69.41º 0.91% 0.87% -
XYZ 47.99 63.9 10.42 -
YUV 190.18 31.4 128.59 -
System Red Green Blue C M Y K H S L
Decimal 191 223 19 0.14 0 0.91 0.13 69.41 0.84 0.47
Hex BF DF 13 E 0 5B D 45 54 2F
Octal 277 337 23 16 0 133 15 105 124 57
Binary 10111111 11011111 10011 1110 0 1011011 1101 1000101 1010100 101111

Color Harmonies of #BFDF13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDF13

Black with #BFDF13

Text Example


Text Example

White with #BFDF13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDF13; }

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

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

background-color css

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

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

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

border-color css

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

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

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