Html Css Color HEX #BFF113 Inch Worm

📋 copy color: '#BFF113'

red 191 ◦ green 241 ◦ blue 19

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

Shades of Inch Worm #BFF113

Tints of Inch Worm #BFF113

RGB

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

 GREEN value IS 241 (94.53% from 255) = 53.44%

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

R = 42.35%
G = 53.44%
B = 4.21%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#BFF113 (or 0xBFF113) is known color: Inch Worm. HEX triplet: BF, F1 and 13. RGB value is (191,241,19). Sum of RGB (Red+Green+Blue) = 191+241+19=451 (59% of max value = 765). Red value is 191 (75% from 255 or 42.35% from 451); Green value is 241 (94.53% from 255 or 53.44% from 451); Blue value is 19 (7.81% from 255 or 4.21% from 451); Max value from RGB is 241 - color contains mainly: green. Hex color #BFF113 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFF113 is #400EEC. Grayscale: #C9C9C9. Windows color (decimal): -4198125 or 1307071. OLE color: 1307071.

HSL color Cylindrical-coordinate representation of color #BFF113: hue angle of 73.51º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BFF113 is Cyan = 0.21, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB 191 241 19 -
CMYK 0.21 0 0.92 0.05
HSL 73.51º 0.89% 0.51% -
HSV(B) 73.51º 0.92% 0.95% -
XYZ 53.06 74.03 12.11 -
YUV 200.74 25.44 121.05 -
System Red Green Blue C M Y K H S L
Decimal 191 241 19 0.21 0 0.92 0.05 73.51 0.89 0.51
Hex BF F1 13 15 0 5C 5 4A 59 33
Octal 277 361 23 25 0 134 5 112 131 63
Binary 10111111 11110001 10011 10101 0 1011100 101 1001010 1011001 110011

Color Harmonies of #BFF113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF113

Black with #BFF113

Text Example


Text Example

White with #BFF113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF113; }

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

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

background-color css

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

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

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

border-color css

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

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

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