Html Css Color HEX #BFE31F Inch Worm

📋 copy color: '#BFE31F'

red 191 ◦ green 227 ◦ blue 31

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

Shades of Inch Worm #BFE31F

Tints of Inch Worm #BFE31F

RGB

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

 GREEN value IS 227 (89.06% from 255) = 50.56%

 BLUE value IS 31 (12.5% from 255) = 6.9%

R = 42.54%
G = 50.56%
B = 6.9%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#BFE31F (or 0xBFE31F) is known color: Inch Worm. HEX triplet: BF, E3 and 1F. RGB value is (191,227,31). Sum of RGB (Red+Green+Blue) = 191+227+31=449 (59% of max value = 765). Red value is 191 (75% from 255 or 42.54% from 449); Green value is 227 (89.06% from 255 or 50.56% from 449); Blue value is 31 (12.5% from 255 or 6.90% from 449); Max value from RGB is 227 - color contains mainly: green. Hex color #BFE31F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFE31F is #401CE0. Grayscale: #C2C2C2. Windows color (decimal): -4201697 or 2089919. OLE color: 2089919.

HSL color Cylindrical-coordinate representation of color #BFE31F: hue angle of 71.02º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BFE31F is Cyan = 0.16, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB 191 227 31 -
CMYK 0.16 0 0.86 0.11
HSL 71.02º 0.78% 0.51% -
HSV(B) 71.02º 0.86% 0.89% -
XYZ 49.2 66.11 11.46 -
YUV 193.89 36.07 125.94 -
System Red Green Blue C M Y K H S L
Decimal 191 227 31 0.16 0 0.86 0.11 71.02 0.78 0.51
Hex BF E3 1F 10 0 56 B 47 4E 33
Octal 277 343 37 20 0 126 13 107 116 63
Binary 10111111 11100011 11111 10000 0 1010110 1011 1000111 1001110 110011

Color Harmonies of #BFE31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE31F

Black with #BFE31F

Text Example


Text Example

White with #BFE31F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE31F; }

 p { color: rgb(191,227,31); }

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

background-color css

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

 a { background-color: rgb(191,227,31); }

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

border-color css

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

 span { border-color: rgb(191,227,31); }

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