#bfef1f

Color #BFEF1F Inch Worm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Inch Worm #BFEF1F

Tints of Inch Worm #BFEF1F

Color information

#BFEF1F (or 0xBFEF1F) is unknown color: approx Inch Worm. HEX triplet: BF, EF and 1F. RGB value is (191,239,31). Sum of RGB (Red+Green+Blue) = 191+239+31=461 (61% of max value = 765). Red value is 191 (75% from 255 or 41.43% from 461); Green value is 239 (93.75% from 255 or 51.84% from 461); Blue value is 31 (12.5% from 255 or 6.72% from 461); Max value from RGB is 239 - color contains mainly: green. Hex color #BFEF1F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFEF1F is #4010E0. Grayscale: #C9C9C9. Windows color (decimal): -4198625 or 2092991. OLE color: 2092991.

HSL color Cylindrical-coordinate representation of color #BFEF1F: hue angle of 73.85º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BFEF1F is Cyan = 0.20, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB19123931-
CMYK0.2000.870.06
HSL73.85º86.67%52.94%-
HSV(B)73.85º87.03%93.73%-
XYZ52.672.9112.6-
YUV200.9432.1120.91-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.43%
GREEN value IS 239 (93.75% from 255) = 51.84%
BLUE value IS 31 (12.5% from 255) = 6.72%
R=41.43%
G=51.84%
B=6.72%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal191239310.2000.870.0673.8586.6752.94
HexBFEF1F1405764a5735
Octal27735737240127611212765
Binary101111111110111111111101000101011111010010101010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bfef1f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bfef1f; }

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

 H1.HeaderClassName
 {
   color: #bfef1f;
 }
 .AnyTagClassName
 {
   color: #bfef1f;
 }
</style>
background-color css

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

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

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

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

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

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